Skip to content

Function: getFloors()

ts
function getFloors(): Promise<FloorInfo[]>;

Return the list of floors for the currently loaded property.

Each entry carries floor id, short + long names, and floor number. The result reflects the iframe's snapshot at call time — call again after a building navigation to get floors for the new context.

Returns

Promise<FloorInfo[]>

Throws

MAPSTED-1090 when the API is not READY.