VenueGeometry class abstract
Represents a geometry inside the VenueLevel.
The geometry can be any object inside the level, like a room, a wall or a table. Also the geometry can represent virtual objects, like a team area in an open space.
Constructors
Properties
- boundingBox → GeoBox
-
The
GeoBoxof the bounding area of the geometry. Gets a bounding box of the geometry.no setter - center → GeoCoordinates
-
The geographic coordinates of the center of the geometry.
Gets a center of the geometry.
no setter
- geometryType → VenueGeometryGeometryType
-
The type of the geometry.
Gets a type of the geometry.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
The
idof the geometry. Gets an id of the geometry.no setter - internalAddress → VenueGeometryInternalAddress?
-
The internal address of the geometry.
Gets an internal address of the geometry.
no setter
- labelName → String
-
The label name of the geometry.
Gets a label name of the geometry.
no setter
- labelStyle → VenueLabelStyle?
-
The label style of the geometry.
Gets a label style of the geometry.
no setter
- level → VenueLevel
-
The parent level of the geometry.
Gets a parent level of the geometry.
no setter
- levelID → String
-
The level ID of geometry.
Gets level ID of the geometry.
no setter
- lookupType → VenueGeometryLookupType
-
The lookup type of the geometry.
Gets a lookup type of the geometry.
no setter
- name → String
-
The name of the geometry.
If no name has been set, returns a label name.
Gets a name of the geometry.
no setter
- parentGeometry → VenueGeometry
-
The parent geometry.
Defaults to
null, if the geometry represents a base shape. Gets a parent geometry on which the current geometry is located.no setter - properties → VenueGeometryStringToPropertyMap
-
The properties of the geometry.
Gets the properties of the geometry.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → VenueGeometryStyle?
-
The style of the geometry.
Gets a style of the geometry.
no setter
Methods
-
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