Location-aware APIs
Learn about the APIs that can be used for developing location-aware apps in Windows 8.
Building location-aware Windows Store apps
Windows Store apps can use the Windows Runtime geolocation API, in the Windows.Devices.Geolocation namespace. Windows Store apps can be built in Javascript, C#, C++, or Visual Basic.
| API | Programming Languages | Highlights |
|---|---|---|
| Windows Runtime geolocation API |
JavaScript with an HTML presentation layer or C#/C++/VB with a XAML presentation layer |
|
| W3C geolocation API | JavaScript and HTML |
|
- Guidelines for location-aware applications
- Detecting geolocation (JavaScript)
- Detecting geolocation (C#/VB/C++)
- How to create a Windows Windows Store app using the W3C Geolocation API
- How to create a location-aware webpage
Building location-aware desktop apps
The following API platforms are available for desktop apps.
| Location API | Programming Languages | Highlights |
|---|---|---|
| Location API | C++/COM, or JavaScript through IDispatch |
|
| System.Devices.Geolocation in .NET Framework 4.0 | C# |
|
Build date: 10/26/2012
