Private
constructorPrivate
Creates an instance of MPFloor.
Optional
id: stringThe floor's ID.
Optional
name: stringThe floor's name.
Optional
geometry: MPMultiPolygonThe geometry of the floor.
Optional
aliases: string[]An array of aliases used by the floor.
Optional
floorIndex: numberThe floor index of the floor.
Optional
buildingId: stringThe ID of the building this floor lies within.
Optional
Readonly
aliasesAn array of aliases used by the floor.
Optional
buildingThe ID of the building this floor lies within.
Optional
Readonly
floorThe floor index of the floor.
Optional
Readonly
geometryThe geometry of the floor.
Private
Readonly
idThe floor's ID.
Private
Readonly
nameThe floor's name.
Readonly
typeThe type of the entity (eg. MPLocation).
Static
Readonly
defaultThe default floor index is 0, as that is the index of ground floors and any point outside a building.
Get the floor's displayName.
Get the floor's id.
Whether the entity's geometry is a point.
Static
createCreator for MPFloor, used to decode JSON from the MapsIndoors SDK.
Generated using TypeDoc
A MapsIndoors geographical entity. A floor is contained within a MPBuilding.
Export