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

count int
Get the entrances count.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
mapId 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
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