LandmarkBrowseSession class Places

Landmark Browse Session

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

Constructors

LandmarkBrowseSession.init(int id)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Get the session id
no setter
landmarkCount int
Get the number of landmarks in the session
no setter
landmarkStoreId int
Get the landmark store id
no setter
pointerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings LandmarkBrowseSessionSettings
Get the browse session settings
no setter

Methods

getLandmarkPosition(int landmarkId) int
Get the position of the landmark with the specified Landmark.id
getLandmarks(int start, int end) List<Landmark>
Get the landmarks in the session between the specified start and end index: [start, end)
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