Uses of Class
com.azure.maps.weather.models.WeatherAlongRouteResult
-
Uses of WeatherAlongRouteResult in com.azure.maps.weather
Modifier and TypeMethodDescriptionWeatherClient.getWeatherAlongRoute
(List<Waypoint> waypoints, String language) **Get Weather along route**Modifier and TypeMethodDescriptionWeatherAsyncClient.getWeatherAlongRoute
(List<Waypoint> waypoints, String language) **Get Weather along route**Mono<com.azure.core.http.rest.Response<WeatherAlongRouteResult>>
WeatherAsyncClient.getWeatherAlongRouteWithResponse
(List<Waypoint> waypoints, String language) **Get Weather along route**com.azure.core.http.rest.Response<WeatherAlongRouteResult>
WeatherClient.getWeatherAlongRouteWithResponse
(List<Waypoint> waypoints, String language, com.azure.core.util.Context context) **Get Weather along route**