HybridNavigationDataStore

HybridNavigationDataStore Implementation of a hybrid DataStore

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

ndsMapContext

Data store for an NDS map and other functionality such as an updater for said map.

navigationTileStore

DataStore which is based on streamed navigation tile data.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Update mode defines whether backing offline and online data store updates will be triggered or not.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard

Returns the preferred data source.

Link copied to clipboard

Updates the preferred data source.

Link copied to clipboard
open override fun updateActiveRoute(polyline: List<GeoPoint>)

Sets the active route.

Link copied to clipboard
open override fun updatePosition(position: GeoPoint)

Sets current position.