TripProgressViewModel

Constructors

Link copied to clipboard
constructor(observeRouteProgress: ObserveRouteProgressUseCase, observeIsOffRoute: ObserveIsOffRouteUseCase, observeDestinationArrival: ObserveDestinationArrivalUseCase, appStore: AppStore)

Properties

Link copied to clipboard
val currentRouteProgress: Flow<RouteProgress?>
Link copied to clipboard
val isOffRoute: Flow<Boolean>
Link copied to clipboard
Link copied to clipboard
val isRouteLineVisible: StateFlow<Boolean>

Functions

Link copied to clipboard