---
title: geoTrackingStatus
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arframe/geotrackingstatus
---

# geoTrackingStatus

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

## Declaration

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

## Discussion

Discussion For the current geo-tracking status, check the value of this property on the session’s currentFrame. ARKit populates this property only for ARGeoTrackingConfiguration sessions.

## See Also

### Assessing geo-tracking condition

- [ARGeoTrackingStatus](arkit/argeotrackingstatus.md)
