UpdatableDataStore

Interface for components that require information about the current position and active route of the host device for correct and/or optimal functioning.

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

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.