---
title: accuracy
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/argeotrackingstatus/accuracy-swift.property
---

# accuracy

The accuracy of geo tracking at the time the session captured the frame.

## Declaration

```swift
var accuracy: ARGeoTrackingStatus.Accuracy { get }
```

## Discussion

Discussion ARKit populates this property after reaching ARGeoTrackingStatus.State.localized. To ensure the best possible user experience, an app must monitor and react to the geo-tracking accuracy. For more information, see ARGeoTrackingStatus.Accuracy.

## See Also

### Judging Accuracy

- [ARGeoTrackingStatus.Accuracy](arkit/argeotrackingstatus/accuracy-swift.enum.md)
