get Batch Weather
suspend fun getBatchWeather(locations: List<LatLng>): List<WeatherDataPoint>
Content copied to clipboard
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.