Get Weather On Route Use Case
class GetWeatherOnRouteUseCase(getWeatherUseCase: GetWeatherUseCase, context: Context)
Content copied to clipboard
Get the weather for a given route.
Constructors
Link copied to clipboard
fun GetWeatherOnRouteUseCase(getWeatherUseCase: GetWeatherUseCase, context: Context)
Content copied to clipboard
Functions
Link copied to clipboard
suspend fun getBatchWeather(locations: List<LatLng>): List<WeatherDataPoint>
Content copied to clipboard
Use case to get weather data for a route.