Interface

Building

Building

Properties:
Name Type Attributes Description
administrativeId string
venueId string
anchor Point

Anchor is a GeoJSON Point at the center of the building.

buildingInfo BuildingInfo

Contains all translatable informations for a building.

createdAt dateTime <optional>

*Only present in the detailed format

floors Object.<number, Floor>

List of all floors in the building.

geometry Geometry

The geometry of the building. See GeoJSON Geometry

id string

The building id.

lastModified dateTime <optional>

*Only present in the detailed format

Methods

# getFieldForKey(key) → {Field}

Get data for custom property with key, disregarding casing of key.

Parameters:
Name Type Description
key string

The key of the custom property to retrieve.

Returns the field for the given key, or undefined if not found.

Field