NavigationSuggestionsViewModel

class NavigationSuggestionsViewModel(    appStore: AppStore,     observeNavigationSuggestions: ObserveNavigationSuggestionsUseCase,     areSuggestionsVisible: AreSuggestionsVisibleUseCase,     formatter: DistanceAndTimeFormatter,     selectNavigationSuggestion: SelectNavigationSuggestionUseCase) : ViewModel

Constructors

Link copied to clipboard
constructor(appStore: AppStore, observeNavigationSuggestions: ObserveNavigationSuggestionsUseCase, areSuggestionsVisible: AreSuggestionsVisibleUseCase, formatter: DistanceAndTimeFormatter, selectNavigationSuggestion: SelectNavigationSuggestionUseCase)

Functions

Link copied to clipboard