Landmark Store Service
LandmarkStoreService object. This behaves like a singleton, i.e. all instances are sharing behind the same API interface
Properties
Functions
Link copied to clipboard
Add new listener for landmark store events.
Link copied to clipboard
external fun createLandmarkStore(name: String, zoom: Int = -1, folder: String = String()): Pair<LandmarkStore?, ErrorCode>?
Create a new landmark store. The landmark store type for all stores created with this function is ELandmarkStoreType.Default.
Link copied to clipboard
Get landmark store by ID.
Link copied to clipboard
Get landmark store by name.
Link copied to clipboard
Get the type of the landmark store ( see ELandmarkStoreType )
Link copied to clipboard
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Link copied to clipboard
Register an already existing landmark store.
Link copied to clipboard
Remove the landmark store specified by ID.
Link copied to clipboard
Remove listener for landmark store events.