VenueModel class abstract
Represents a building or a complex of buildings, like airports or universities.
Constructors
Properties
- boundingBox → GeoBox
-
The
GeoBoxof 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
idof the venue model. Gets anidof the venue model.no setter - identifier → String
-
The
idof the venue model. Gets anidof 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