Package com.azure.maps.weather.models
Class WeatherAlongRouteResult
java.lang.Object
com.azure.maps.weather.models.WeatherAlongRouteResult
This object is returned from a successful Weather Along Route.
-
Method Summary
Modifier and TypeMethodDescriptionGet the summary property: Short summary of the weather along the route.Get the waypoints property: Data for each waypoint returned in the same order as specified in the request.
-
Method Details
-
getSummary
Get the summary property: Short summary of the weather along the route.- Returns:
- the summary value.
-
getWaypoints
Get the waypoints property: Data for each waypoint returned in the same order as specified in the request.- Returns:
- the waypoints value.
-