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

# geoTrackingStatus

The session’s condition with respect to geographic tracking at the time the session captured the frame.

```
var geoTrackingStatus: ARGeoTrackingStatus? { get }
```

## Discussion

For the current geo-tracking status, check the value of this property on the session’s [`currentFrame`](/documentation/ARKit/ARSession/currentFrame). ARKit populates this property only for [`ARGeoTrackingConfiguration`](/documentation/ARKit/ARGeoTrackingConfiguration) sessions.

---

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)