Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CheckOnHasUnfinishedRouteUseCase(appStore: AppStore, navigationStorageRepository: NavigationStorageRepository)
Link copied to clipboard
Link copied to clipboard
interface NavigationStorageRepository
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RestoreRouteUseCase(appStore: AppStore, locationRepository: LocationRepository, routesFetcher: RoutesFetcher)
Link copied to clipboard
class ResumeGuidanceView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.dash_style_map_resume_guidance) : ConstraintController<<Error class: unknown class>>
Link copied to clipboard
class ResumeGuidanceViewModel(appStore: AppStore, textFormatter: RestoreGuidanceTextFormatter, restoreRoute: RestoreRouteUseCase, clearActiveRouteDestination: ClearActiveRouteDestinationUseCase) : ViewModel
Link copied to clipboard
class StartObservingActiveRouteDestinationUseCase(appStore: AppStore, navigationStorageRepository: NavigationStorageRepository)