<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLVisit/horizontalAccuracy",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLVisit(py)horizontalAccuracy"
  },
  "title" : "horizontalAccuracy"
}
-->

# horizontalAccuracy

The horizontal accuracy (in meters) of the specified coordinate.

```
var horizontalAccuracy: CLLocationAccuracy { get }
```

## Discussion

The latitude and longitude specified by the [`coordinate`](/documentation/CoreLocation/CLVisit/coordinate) property identify the center of the circle, and this value indicates the radius of that circle.

---

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)