Floor Manager
Manages the data displayed by a floor-aware map or scene, allowing filtering based on floor levels. A FloorManager must be loaded before you can access its site, facility, and level properties. When a map's floor manager is loaded, floor-aware layers display only data associated with the ground floor by default. When a scene's floor manager is loaded, floor-aware layers display data from all floors by default. You can filter the data displayed by floor-aware layers by toggling the FloorLevel.isVisible property of levels in the floor manager. The FloorManager will fail to load if:
The map/scene associated with the floor manager is not floor-aware.
The mandatory facility or level layer doesn't exist.
It is unable to get the facilities or levels from their respective layers.
It is unable to get the sites from a specified site layer.
Since
200.1.0
See also
Properties
The facilities in the floor-aware map or scene. These are obtained from FloorManager.facilityLayer. This property is initialized after the FloorManager is loaded.
The layer containing features that represent facilities. This property is initialized after the FloorManager is loaded.
The layer containing features that represent floor levels. This property is initialized after the FloorManager is loaded.
The floor levels in the floor-aware map or scene. These are obtained from FloorManager.levelLayer. This property is initialized after the FloorManager is loaded.
The layer containing features that represent sites. This property is initialized after the FloorManager is loaded.
The sites in the floor-aware map or scene. These are obtained from FloorManager.siteLayer and sorted based on name. This property is initialized after the FloorManager is loaded.