enum LocalizationState (Niantic.ARDK.AR.Localization.LocalizationState)
Overview
enum LocalizationState { Initializing = 0, Localizing = 1, Localized = 2, Failed = 3, };
Detailed Documentation
Note
This is an experimental feature, and may be changed or removed in a future release. This feature is currently not functional or supported.
Enum Values
Initializing
System is using device and GPS information to determine if localization is possible.
Localizing
Localization in process.
Localized
Localization succeeded.
Failed
Localization failed, a failure reason will be provided.