DataStoreMaintenanceEngine

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface DataStoreMaintenanceEngine

Engine that instantiates the update of the data store used for navigation.

Functions

Link copied to clipboard
abstract fun maintain(navigationSnapshot: NavigationSnapshot)

Maintains data store using current navigation state (position, route etc.).

Link copied to clipboard
abstract fun reset()

Reset data store maintenance (e.g. stop updating data store using active route).