Enum ISN_CLLocationAccuracy
The accuracy of a geographical coordinate.
Namespace: SA.iOS.CoreLocation
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_CLLocationAccuracy
Fields
Name | Description |
---|---|
Best | The best level of accuracy available. Specify this constant when you want very high accuracy but do not need the same level of accuracy required for navigation apps. |
BestForNavigation | The highest possible accuracy that uses additional sensor data to facilitate navigation apps. |
HundredMeters | Accurate to within one hundred meters. |
Kilometer | Accurate to the nearest kilometer. |
NearestTenMeters | Accurate to within ten meters of the desired target. |
ThreeKilometers | Accurate to the nearest three kilometers. |