unreal.ARGeoTrackingState

class unreal.ARGeoTrackingState

Bases: EnumBase

EARGeo Tracking State

C++ Source:

  • Module: AugmentedReality

  • File: ARGeoTrackingSupport.h

INITIALIZING: ARGeoTrackingState

The session is initializing geo tracking.

Type:

0

LOCALIZED: ARGeoTrackingState

Geo tracking is localized.

Type:

1

LOCALIZING: ARGeoTrackingState

Geo tracking is attempting to localize against a map.

Type:

2

NOT_AVAILABLE: ARGeoTrackingState

Geo tracking is not available.

Type:

3