unreal.ARGeoTrackingState

class unreal.ARGeoTrackingState

Bases: unreal.EnumBase

EARGeo Tracking State

C++ Source:

  • Module: AugmentedReality

  • File: ARGeoTrackingSupport.h

INITIALIZING

The session is initializing geo tracking.

Type

0

LOCALIZED

Geo tracking is localized.

Type

1

LOCALIZING

Geo tracking is attempting to localize against a map.

Type

2

NOT_AVAILABLE

Geo tracking is not available.

Type

3