RequestPlaceWeatherUseCase

class RequestPlaceWeatherUseCase(appStore: AppStore, weatherConfig: WeatherAppConfig, requestWeatherUseCase: RequestWeatherNowWithForecastUseCase, isWeatherIntegrationEnabled: IsWeatherIntegrationEnabledUseCase, observeParkingBreakEnabled: ObserveParkingBreakEnabledOnPreviewUseCase, observeConnectivity: ObserveInternetAccessUseCase)

Constructors

Link copied to clipboard
constructor(appStore: AppStore, weatherConfig: WeatherAppConfig, requestWeatherUseCase: RequestWeatherNowWithForecastUseCase, isWeatherIntegrationEnabled: IsWeatherIntegrationEnabledUseCase, observeParkingBreakEnabled: ObserveParkingBreakEnabledOnPreviewUseCase, observeConnectivity: ObserveInternetAccessUseCase)

Functions

Link copied to clipboard
suspend operator fun invoke(searchResult: DestinationSearchResult)