GeoPositionAccuracy Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the requested accuracy level for the location data that the application uses.
public enum class GeoPositionAccuracy
public enum GeoPositionAccuracy
type GeoPositionAccuracy =
Public Enum GeoPositionAccuracy
- Inheritance
Name | Value | Description |
---|---|---|
Default | 0 | Optimize for power, performance, and other cost considerations. |
High | 1 | Deliver the most accurate report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth. |
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.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: