Contents

kCLLocationAccuracyBest

The best level of accuracy available.

Declaration

let kCLLocationAccuracyBest: CLLocationAccuracy

Discussion

Specify this constant when you want very high accuracy but don’t need the same level of accuracy required for navigation apps.

This level of accurate is available only if isAuthorizedForPreciseLocation is true.

See Also

Desired Accuracy Constants