GeolocationAccuracy Enum
Definition
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.
Represents levels of accuracy when determining location.
public enum GeolocationAccuracy
- Inheritance
-
System.EnumGeolocationAccuracy
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Represents default accuracy (Medium), typically within 30-500 meters. |
Lowest | 1 | Represents the lowest accuracy, using the least power to obtain and typically within 1000-5000 meters. |
Low | 2 | Represents low accuracy, typically within 300-3000 meters. |
Medium | 3 | Represents medium accuracy, typically within 30-500 meters. |
High | 4 | Represents high accuracy, typically within 10-100 meters. |
Best | 5 | Represents the best accuracy, using the most power to obtain and typically within 10 meters. |