iOSLocation.Accuracies
From Xojo Documentation
Enumeration
The available degrees of accuracy to track. Used by the Accuracy property.
Values
Enum | Description |
---|---|
BestForNavigation | Use the highest possible accuracy and combine it with additional sensor data. This level of accuracy is intended for use in navigation applications that require precise position information at all times and are intended to be used only while the device is plugged in. |
Best | (Default) Use the highest-level of accuracy. |
NearestTenMeters | Accurate to within ten meters of the desired target. |
HundredMeters | Accurate to within one hundred meters. |
Kilometer | Accurate to the nearest kilometer. |
ThreeKilometers | Accurate to the nearest three kilometers. |