Interface

Venue

Venue

Properties:
Name Type Description
anchor Point

See GeoJSON Points

createdAt dateTime

*Only present in the detailed format

defaultFloor string
entryPoints Array.<Point>

See GeoJSON Points *Only present in the detailed format

floorNames Object.<string, string>
geometry Geometry

See GeoJSON Geometry

graphId string
id string
lastModified dateTime

*Only present in the detailed format

name string
solutionId string
styles Array.<{string: displayName, string: folder}>
tilesUrl string
venueInfo VenueInfo

VenueInfo

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