accuracyAuthorization
A value that indicates the level of location accuracy the app has permission to use.
Declaration
var accuracyAuthorization: CLAccuracyAuthorization { get }Discussion
If the value of this property is CLAccuracyAuthorization.fullAccuracy, you can set the desiredAccuracy property to any value. If the value is CLAccuracyAuthorization.reducedAccuracy, setting desiredAccuracy to a value other than kCLLocationAccuracyReduced has no effect on the location information, and your app can’t use region monitoring or beacon ranging.