Get the browse session settings
Modifying the returned object will have no effect on the session
The settings
Get the position of the landmark with the specified Landmark.id
The position is 0 based
The id of the landmark
The position of the landmark if it is in the session, GemError.notFound.code otherwise
Get the landmarks in the session between the specified start and end index: [start, end)
The start index
The end index
The list of landmarks
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
Represents a session for browsing landmarks in a store.
This class should not be instantiated directly. Instead, use the LandmarkStore.createLandmarkBrowseSession method to obtain an instance.