<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.6.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLAccuracyAuthorization",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:@E@CLAccuracyAuthorization"
  },
  "title" : "CLAccuracyAuthorization"
}
-->

# CLAccuracyAuthorization

Constants that indicate the level of location accuracy the app has authorization to use.

```
enum CLAccuracyAuthorization
```

## Topics

### Getting the location accuracy

[`CLAccuracyAuthorization.fullAccuracy`](/documentation/CoreLocation/CLAccuracyAuthorization/fullAccuracy)

The user authorized the app to access location data with full accuracy.

[`CLAccuracyAuthorization.reducedAccuracy`](/documentation/CoreLocation/CLAccuracyAuthorization/reducedAccuracy)

The user authorized the app to access location data with reduced accuracy.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)