State
Describes the current quality of the VPS positioning.
Inheritors
Types
Link copied to clipboard
Indicates that user location tracking is good and stable.
Link copied to clipboard
data class DegradedPositioning(val reason: VpsARCoreLocationSource.DegradedPositioningReason = DegradedPositioningReason.NONE) : VpsARCoreLocationSource.State
Indicates that user location tracking is limited.
Link copied to clipboard
data class NotPositioning(val reason: VpsARCoreLocationSource.NotPositioningReason = NotPositioningReason.NONE) : VpsARCoreLocationSource.State
Indicates that the system hasn't yet recognized the environment and a VPS scan is required.