Namespace

mapsindoors

mapsindoors

Classes

MapsIndoors
BadgeRenderer
FloorSelector
LiveDataManager
PositionControl
UserRole

Namespaces

directions
mapView
services

Members

Enum

# static constant FeatureType

Identifiers for Mapbox v3 map features.

Properties:
Name Type Description
MODEL2D string

2D Models on the map.

WALLS2D string

2D Walls/Floorplan on the map.

MODEL3D string

3D Models on the map.

WALLS3D string

3D Walls on the map.

EXTRUSION3D string

3D Extrusions on the map.

EXTRUDEDBUILDINGS string

3D Mapbox Extruded buildings on the map.

Enum

# static constant PositionState

Identifiers for position states.

Properties:
Name Type Description
POSITION_UNKNOWN string

When the position is not known.

POSITION_REQUESTING string

When the UA is requesting the position.

POSITION_INACCURATE string

When the position has lower accuracy than requested.

POSITION_KNOWN string

When the position is known.

POSITION_CENTERED string

When the map is centered on the current position (which is known).

Members