CarRoutePreviewRepository

class CarRoutePreviewRepository

Repository for passing the route preview data to MapboxScreen.ROUTE_PREVIEW.

Constructors

Link copied to clipboard
fun CarRoutePreviewRepository()

Functions

Link copied to clipboard
fun setRoutePreview(placeRecord: PlaceRecord, routes: List<NavigationRoute>)

Properties

Link copied to clipboard
val placeRecord: StateFlow<PlaceRecord?>
Link copied to clipboard
val routes: StateFlow<List<NavigationRoute>>