---
title: ARGeoTrackingStatus
framework: arkit
role: symbol
role_heading: Class
path: arkit/argeotrackingstatus
---

# ARGeoTrackingStatus

The state, accuracy, and reason that are possible for geo-tracking’s current condition.

## Declaration

```swift
class ARGeoTrackingStatus
```

## Overview

Overview Geo tracking requires coordination with the user at various phases of the geo-tracking lifecycle. To elicit the right user actions, an app needs to provide clear instructions to the user based on the current frame’s geoTrackingStatus: Geo-tracking state most notably regards the important process in which ARKit acquires a better understanding of the user’s geographic location and orientation than is possible with GPS and the compass heading alone. See ARGeoTrackingStatus.State.localizing for more information. Given a particular state, the app needs to tailor its user messaging according to the stateReason. An app may need to monitor accuracy closely if it requires high-precision localization.

## Topics

### Checking State

- [state](arkit/argeotrackingstatus/state-swift.property.md)
- [ARGeoTrackingStatus.State](arkit/argeotrackingstatus/state-swift.enum.md)

### Determining the Reason

- [stateReason](arkit/argeotrackingstatus/statereason-swift.property.md)
- [ARGeoTrackingStatus.StateReason](arkit/argeotrackingstatus/statereason-swift.enum.md)

### Judging Accuracy

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

### Initializers

- [init(coder:)](arkit/argeotrackingstatus/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Assessing geo-tracking condition

- [geoTrackingStatus](arkit/arframe/geotrackingstatus.md)
