Package-level declarations

Types

Link copied to clipboard
class DestinationInfoViewModel(    observeWaypointArrivingSearchResultUseCase: ObserveWaypointArrivingSearchResultUseCase,     favoriteAnalytics: FavoriteAnalytics) : ViewModel
Link copied to clipboard
Link copied to clipboard
class ManeuverViewModelImpl(    observeManeuverShields: ObserveManeuverShieldsUseCase,     observeStepDistanceRemaining: ObserveStepDistanceRemainingUseCase,     observeWaypointArrival: ObserveIsWaypointArrivalUseCase,     observeWaypointPreArrival: ObserveIsWaypointPreArrivalUseCase,     appStore: AppStore,     maneuverAnalytics: ManeuverAnalytics) : ViewModel, ManeuverViewModel
Link copied to clipboard
class UpcomingManeuversViewModel(    observeUpcomingManeuvers: ObserveUpcomingManeuversUseCase,     observeWhenSelectedManeuverWillDisappear: ObserveWhenSelectedManeuverWillDisappearUseCase,     observeUpcomingManeuverShields: ObserveUpcomingManeuverShieldsUseCase,     appStore: AppStore,     favoriteAnalytics: FavoriteAnalytics,     getCameraState: GetCameraStateUseCase) : ViewModel