enum LocalizationState (Niantic.ARDK.AR.WayspotAnchors.LocalizationState)
Overview
Possible states for the localization process. Once the Localized
state has been reached, you can proceed to create or restore WayspotAnchors. More…
enum LocalizationState { Uninitialized = 0, Initializing = 1, Localizing = 2, Localized = 3, Failed = 4, Stopped = 5, };
Detailed Documentation
Possible states for the localization process. Once the Localized
state has been reached, you can proceed to create or restore WayspotAnchors.
See also:
Working with the Visual Positioning System (VPS)
Enum Values
Uninitialized
System has not been started yet.
Initializing
System is using device and GPS information to determine if localization is possible.
Localizing
Localization in process. Continue to scan the localization target.
Localized
Localization succeeded. Anchors can now be created.
Failed
Localization failed, a failure reason will be provided.
Stopped
Localization stopped by user.