DataStore

interface DataStore

Interface for classes which provide access to a data store.

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

Functions

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

Sets the active route.

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

Sets current position.

Properties

Link copied to clipboard
abstract val storeAccess: StoreAccess