---
title: ARGeoTrackingStatus.Accuracy.low
framework: arkit
role: symbol
role_heading: Case
path: arkit/argeotrackingstatus/accuracy-swift.enum/low
---

# ARGeoTrackingStatus.Accuracy.low

Geo-tracking accuracy is low.

## Declaration

```swift
case low
```

## Discussion

Discussion This value indicates that visual localization is complete and geo-tracking accuracy is low. One technique an app can use to deal with low accuracy is to render location anchors with an asset that’s more forgiving, like a large ball. If an app renders the ball further in the air, any offset that results from low accuracy will be less noticeable, and less critical to the user.

## See Also

### Accuracies

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