Microsoft DevRadio: Using the GeoLocation API for Your Windows 8 Apps
- Posted: Mar 11, 2013 at 4:00 AM
- 32,703 Views
- 5 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Abstract: ![]()
Jerry Nixon welcomes Janet Schneider, Mark Inderhees and Frank Chen to the show as they discuss the Geolocation API for Windows 8 app developers. Tune in as they discuss its benefits, features and how to implement it in your app.
Next Steps:
Step #1 – Download the Tools for Windows 8 App Development
Step #2 – Download Visual Studio Express for Windows 8
Step #3 – Start building your own Apps for Windows 8
Subscribe to our podcast via iTunes or RSS
If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:
Websites:
Blogs & Articles:
Videos:
Virtual Labs:
Already have a Channel 9 account? Please sign in
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Thanks for the amazing video.
I have a question regarding the way how the GeoLocaton API can retrieve information about a certain position. It was explained brilliantly when it comes to GPS and WiFi. My question is if it's possible to get this information from mobile cellular net (the mobile provider)? I mean when you have a device, for example phone, with a SIM card and a necessary connectivity to a mobile provider can GeoLocation API use this connectivity to obtain information about the position from the mobile provider's cells?
Thank you.
@George: Yeah. The API is clever enough to look for every available avenue. It's a heuristic that measures batter cost, bandwidth cost, and accuracy. Should a SIM be in the device, as I understand it, that's a very valid and very good source of location data. So, yes. Of course, were we to be talking Windows Phone, that location API pretty much starts there first, right?
thank you
@Jerry, thanks a lot.
Not clever, just a magical API! I'm going to try it out. Straightaway! Such a "magic black location box" is exactly what I need.
A quick clarification for @George and @jerry_nixon, the Win8 inbox Windows Location Provider will not use Cell tower information to provide location, so there is no inbox Cellular location provider to the Geolocation API. That is, just having a SIM in a Win8 device will not automatically start providing location from cell towers. But a developer could create a location sensor driver (no easy task: http://msdn.microsoft.com/en-us/library/windows/hardware/ff545919(v=vs.85).aspx ) that consumes cell data and exposes the location to the Geolocation API so that any app developer can easily use that location data via Geolocation API along with the location data from other sources already available (Wi-Fi, IP, GPS).
Windows Phone, however, does use cell tower based location by default as that is always available. The Win8 and Win Phone 8 Geolocation APIs (WinRT) are aligned so app developers can easily share code across those platforms.
Remove this comment
Remove this thread
close