Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration E_BLUEDOT_STATE

What we currently know about the user's position, and how confident we are.

Index

Enumeration members

HAS_INDOOR_POSITION

HAS_INDOOR_POSITION: = 3

We've received a relevant position, and we have enough information to determine which floor the user is on - either because we received a floor level, the venue only has one floor, or we're allowing implicit floor level.

HAS_POSITION

HAS_POSITION: = 2

We've received relevant positions, and user is inside the venue

LISTENING

LISTENING: = 1

We have started listening to position updates

LOCATION_UNCERTAIN

LOCATION_UNCERTAIN: = 4

We are uncertain about the user's position, likely because we haven't received a relevant position in a while

NOT_LISTENING

NOT_LISTENING: = 0

We haven't started listening to position updates