FloorLevel

class FloorLevel

A floor level within a facility for a floor-aware map or scene. A floor level describes the footprint of each occupiable floor contained in a FloorFacility. You can get the floor levels from the FloorManager associated with a floor-aware map or scene.

See also

FloorManager.getLevels

()

Properties

Link copied to clipboard
val facility: FloorFacility?
Link copied to clipboard
val geometry: Geometry?
Link copied to clipboard
var isVisible: Boolean

The level's visibility The level visibility, true if the level is visible; false otherwise. The default value is true in 3D and for the ground floor in 2D.

Link copied to clipboard
val levelId: String

The level ID.

Link copied to clipboard
val levelNumber: Int

The level floor number in the facility.

Link copied to clipboard
val longName: String

The level long name.

Link copied to clipboard
val shortName: String

The level short name.

Link copied to clipboard
val verticalOrder: Int

The vertical order within the collection of levels for the facility. The default value is 0, which represents the ground floor.