UserLocationState
Whether the user location the map is showing is still to be trusted.
Chrome of your own that repeats the user's position — a levels rail marking the floor they are on, a recentre button — should say what the map says. Read it from UserLocationManager.locationState and follow it with UserLocationManager.locationStates.
It is the state the SDK derives from the location reports, which is not always the one the puck is drawn from: this can read NORMAL while the puck is still grey — briefly while positions are arriving again after a stale period, and before the very first fix. Both are the puck being conservative; the SDK has no report saying the position went stale.
Entries
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.