NdsStore
Implementation of a DataStore which is based on an onboard NDS map.
Important: This is a Public Preview API. It may be changed or removed at any time.
Properties
Functions
Link copied to clipboard
Adds listener that is called when an automatic update fails due to an irrecoverable error.
Link copied to clipboard
Add a listener for information about the region graph and state of the map.
Link copied to clipboard
Requests cancellation of all operations scheduled with scheduleMapOperations for the specified updatable regions.
Link copied to clipboard
fun findRegionsAlongPolyline(polyline: List<GeoPoint>, radius: Distance, callback: Callback<RegionsAlongPolyline, MapUpdateError>): Cancellable
Link copied to clipboard
fun findRegionsAroundPosition(position: GeoPoint, radius: Distance, callback: Callback<RegionsAroundPosition, MapUpdateError>): Cancellable
Link copied to clipboard
Removes previously registered listener.
Link copied to clipboard
Removes the given listener.
Link copied to clipboard
Schedules the given operations to be performed on the onboard map.
Link copied to clipboard
Enables or disables map updates.
Link copied to clipboard
Sets the active route.
Link copied to clipboard
Sets current position.