<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARGeoTrackingStatus/StateReason-swift.enum/geoDataNotLoaded",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARGeoTrackingStateReason@ARGeoTrackingStateReasonGeoDataNotLoaded"
  },
  "title" : "ARGeoTrackingStatus.StateReason.geoDataNotLoaded"
}
-->

# ARGeoTrackingStatus.StateReason.geoDataNotLoaded

A state in which the framework downloads localization imagery.

```
case geoDataNotLoaded
```

## Discussion

ARKit provides this reason in state [`ARGeoTrackingStatus.State.localizing`](/documentation/ARKit/ARGeoTrackingStatus/State-swift.enum/localizing) when the session is actively attempting to download localization imagery (see [`Refine the user’s position with imagery`](/documentation/ARKit/ARGeoTrackingConfiguration#Refine-the-users-position-with-imagery)).

If this state persists for too long, it may indicate a network issue. If a reasonable amount of time elapses in this state reason, the app may consider requesting that the user check their internet connection.

---

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)