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, int mapId)
Properties
Methods
-
addEntranceLocation(
{required Coordinates coordinates, required EntranceLocationType type}) → bool - Add new entrance location.
-
dispose(
) → void -
getCoordinates(
int index) → Coordinates - Get the coordinates specified by index.
-
getType(
int index) → EntranceLocationType - Get 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