EntranceLocations class Places

Stores locations & access types for entrances to landmarks.

This class should not be instantiated directly. Instead, use the Landmark.entrances getter to obtain an instance.

Constructors

EntranceLocations.init(int id)

Properties

count int
Gets the number of entrances.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEntranceLocation({required Coordinates coordinates, required EntranceLocationType type}) bool
Adds a new entrance location.
dispose() → void
getCoordinates(int index) Coordinates?
Gets the coordinates specified by index.
getType(int index) EntranceLocationType
Gets the entrance type specified by index.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

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