Interface FloorUpdateEventInterface

Event information about available floors.

When panning the map view or changing the location, the list of available floors is updated.

interface FloorUpdateEventInterface {
    currentFloors: SiteModelEntityInterface[];
    floors: SiteModelEntityInterface[];
}

Properties

currentFloors: SiteModelEntityInterface[]

List of current floors

List of available floors

Generated using TypeDoc