<!--
{
  "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/kCLLocationAccuracyBest",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:@kCLLocationAccuracyBest"
  },
  "title" : "kCLLocationAccuracyBest"
}
-->

# kCLLocationAccuracyBest

The best level of accuracy available.

```
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 <doc://com.apple.documentation/documentation/Swift/true>.

---

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)