<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARGeoTrackingStatus/accuracy-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARGeoTrackingStatus(py)accuracy"
  },
  "title" : "accuracy"
}
-->

# accuracy

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

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

## Discussion

ARKit populates this property after reaching [`ARGeoTrackingStatus.State.localized`](/documentation/ARKit/ARGeoTrackingStatus/State-swift.enum/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`](/documentation/ARKit/ARGeoTrackingStatus/Accuracy-swift.enum).

---

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)