Entries:
Comments:
Posts:

Loading User Information from Channel 9

Something went wrong getting user information from Channel 9

Latest Achievement:

Loading User Information from MSDN

Something went wrong getting user information from MSDN

Visual Studio Achievements

Latest Achievement:

Loading Visual Studio Achievements

Something went wrong getting the Visual Studio Achievements

Microsoft DevRadio: Using the GeoLocation API for Your Windows 8 Apps

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Option selected may change based on video formats available and browser capability.

Close

Download

Right click “Save as…”

Abstract: win8genapp30
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:

Tags:

Follow the Discussion

  • GeorgeGeorge

    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.

  • Jerry Nixonjerry_nixon Jerry Nixon

    @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?

  • moinmoin

    thank you

  • GeorgeGeorge

    @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

Comment on the Post

Already have a Channel 9 account? Please sign in