GeoPositionAccuracy Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines the levels of accuracy that can be configured for the location service by using the GeoCoordinateWatcher constructor.
Assembly: System.Device (in System.Device.dll)
The requested accuracy can be specified in the constructor for GeoCoordinateWatcher. If not specified, the GeoCoordinateWatcher is created with an accuracy level of Default. An accuracy level of High may degrade system performance and should be used only when necessary.
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_NETWORKING | Windows Phone 8, Windows Phone OS 7.1 |
ID_CAP_LOCATION | Windows Phone 8 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.