Readonly
currentCurrently active floor entitites
Readonly
onSignal that is emitted when the current floor is changed
Readonly
onSignal that is emitted when the list of available floors is changed
Change the floor to the specified site model entity or one of its parent entities
All floors with the same name are added to the list of current floors. The call may result in an onFloorChange event.
A site model entity that is a floor or has a floor in its ancestor chain
Optional
mayChangeLocation: booleanIndicates if floor change should cause a location change (defaults to true for the panorama view being the main one, false for the main map view)
Promise which resolves if a floorChanged event was triggered, otherwise rejects.
Change the current floor by a provided floor name
All floors with the same name are added to the list of current floors. The call may result in an onFloorChange event.
Name of floor to change to
Optional
mayChangeLocation: booleanIndicates if floor change should cause a location change (defaults to true for the panorama view being the main one, false for the main map view)
Promise which resolves if a floorChanged event was triggered, otherwise rejects.
Generated using TypeDoc
The floor changer service reports available and current floors and provides methods to change the current floor.