VenueModel class abstract

Represents a building or a complex of buildings, like airports or universities.

Constructors

VenueModel()

Properties

boundingBox GeoBox
The GeoBox of the bounding area of the venue model. Gets a bounding box of the venue model.
no setter
center GeoCoordinates
The geographic coordinates of the center of the venue model. Gets a center of the venue model.
no setter
drawings VenueModelDrawingArray
The array of the Drawing objects. Gets the drawings of the venue model.
no setter
geometries VenueModelGeometryArray
The list of geometries of the venue or an empty list if no geometry present for venue. Gets a list of geometries of the venue.
no setter
geometriesByIconNames VenueModelStringToGeometryArrayMap
The map from the icon names to the geometries in the drawing. Gets geometries mapped by icon names.
no setter
geometriesByName VenueModelGeometryArray
The geometries ordered by the name in an ascending order. Gets the geometries ordered by the name in an ascending order.
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → int
The id of the venue model. Gets an id of the venue model.
no setter
identifier → String
The id of the venue model. Gets an id of the venue model.
no setter
language → String
The language of the venue model. Gets a language of the venue model.
no setter
properties VenueModelStringToPropertyMap
The properties of the venue model. Gets properties of the venue model.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
topologies VenueModelTopologyArray
The list of topologies of the drawing. Gets a list of topologies of the drawing.
no setter

Methods

filterGeometry(String filter, VenueGeometryFilterType filterType) VenueModelGeometryArray
Gets the filtered geometries in an ascending order.
getDrawing(int drawingId) VenueDrawing
Gets a drawing for a given drawing id.
getDrawingByIdentifier(String drawingId) VenueDrawing
Gets a drawing for a given drawing id.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited