ProcessGeoIntentNavigationUseCase
class ProcessGeoIntentNavigationUseCase(appStore: AppStore, reverseGeocoding: ReverseGeocodingUseCase, processDestinationSearchResult: ProcessDestinationSearchResultUseCase, observeEnhancedLocation: ObserveEnhancedLocationUseCase, searchUseCase: SearchUseCase, searchRepository: SearchRepository)
Constructors
Link copied to clipboard
constructor(appStore: AppStore, reverseGeocoding: ReverseGeocodingUseCase, processDestinationSearchResult: ProcessDestinationSearchResultUseCase, observeEnhancedLocation: ObserveEnhancedLocationUseCase, searchUseCase: SearchUseCase, searchRepository: SearchRepository)