getBatchWeather

suspend fun getBatchWeather(locations: List<LatLng>): List<WeatherDataPoint>

Use case to get weather data for a route.

Return

Weather data for a route.

Parameters

locations

List of locations to get weather data for.