Contents

CLLocationAccuracy

The accuracy of a geographical coordinate.

Declaration

typealias CLLocationAccuracy = Double

Discussion

When reported in a CLLocation object, accuracy values are the number of meters from the original geographic coordinate that could yield the user’s actual location. When specifying values for the desiredAccuracy property of your CLLocationManager object, use one of the appropriate constants.

Topics

Desired Accuracy Constants

See Also

Getting the location accuracy