UpdatableDataStore

Interface for data stores that need to know about the current position and active route of the host device to function correctly and/or optimally.

Inherited functions

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

Updates the active route. When changing the active route, the previous active route (if any) will no longer be updated.

Link copied to clipboard
abstract fun updatePosition(position: GeoPoint)

Updates the current position.