VenueGeometryInternalAddress class abstract

Represents an internal addresses of the geometry inside the venue.

The internal address can be a number of a seat in a stadium, or a name of a classroom in a university. One internal address can be shared between few geometries. For example, if a store in a shopping mall is located on few floors, few different geometries will represent it. But each of them will have the same internal address.

Constructors

VenueGeometryInternalAddress()

Properties

address → String
The string with the address. Gets a value of the address.
no setter
hashCode → int
The hash code for this object.
no setterinherited
key → String
The string with the key of the address. Gets a key of the address.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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