Skip to content

Interface: BuildingInfo

Static building metadata returned by getBuildingInfo(buildingId). A trimmed subset of the building info available in the iframe. Callers that need floor-level detail should use getFloors() after navigating to the target building.

Properties

PropertyTypeDescription
buildingIdnumber-
entityIdMapstedId | nullThe building's own map entity ID, or null if the building has no entity.
levelsunknown[]Floor levels array as the iframe stores it. Each entry carries floor id / short + long names / floor number (same shape as FloorInfo but not always typed identically — treat as the raw CMS level object).
nameMultiLangString | nullMulti-language building name, or null if not set.