---
title: horizontalAccuracy
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clvisit/horizontalaccuracy
---

# horizontalAccuracy

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

## Declaration

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

## Discussion

Discussion The latitude and longitude specified by the coordinate property identify the center of the circle, and this value indicates the radius of that circle.

## See Also

### Getting the location

- [coordinate](corelocation/clvisit/coordinate.md)
