Appearance
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
| Property | Type | Description |
|---|---|---|
buildingId | number | - |
entityId | MapstedId | null | The building's own map entity ID, or null if the building has no entity. |
levels | unknown[] | 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). |
name | MultiLangString | null | Multi-language building name, or null if not set. |