MPIBlueDotState

enum MPIBlueDotState : Enum<MPIBlueDotState>

MPIBlueDotState represents what we currently know about the user's position, and how confident we are.

Entries

NOT_LISTENING
Link copied to clipboard
If we haven't started listening to position updates
LISTENING
Link copied to clipboard
If we have started listening to position updates
HAS_POSITION
Link copied to clipboard
If we've received relevant positions, and user is inside the venue
HAS_INDOOR_POSITION
Link copied to clipboard
If we've received a relevant position, and we have enough information to determine which floor the user is on
  • Note: either because we received a floor level, the venue only has one floor, or we're allowing implicit floor level.

LOCATION_UNCERTAIN
Link copied to clipboard
If we are uncertain about the user's position, likely because we haven't received a relevant position in a while

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIBlueDotState): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPIBlueDotState>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int