FloorFacility

class FloorFacility

A facility that contains one or more levels for a floor-aware map or scene. A FloorFacility represents any structure, such as an office or campus building, retail setting, or industrial structure. Facilities have one or more FloorLevel and are optionally contained within a FloorSite. You can get the facilities from the FloorManager associated with a floor-aware map or scene.

See also

FloorManager.getFacilities

()

Properties

Link copied to clipboard
val facilityId: String

The facility ID.

Link copied to clipboard
val geometry: Geometry?
Link copied to clipboard
val levels: List<FloorLevel>

The facility levels, sorted in ascending vertical order.

Link copied to clipboard
val name: String

The facility name.

Link copied to clipboard
val site: FloorSite?