UpdatableDataStore

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface UpdatableDataStore : PositionUpdatable, ActiveRouteUpdatable

Deprecated

This will be removed from future releases after 2026-07-26.

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

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.