GetWeatherOnRouteUseCase

class GetWeatherOnRouteUseCase(getWeatherUseCase: GetWeatherUseCase, context: Context)

Get the weather for a given route.

Constructors

Link copied to clipboard
fun GetWeatherOnRouteUseCase(getWeatherUseCase: GetWeatherUseCase, context: Context)

Functions

Link copied to clipboard
suspend fun getBatchWeather(locations: List<LatLng>): List<WeatherDataPoint>

Use case to get weather data for a route.