Class WeatherAlongRouteResult

java.lang.Object
com.azure.maps.weather.models.WeatherAlongRouteResult

public final class WeatherAlongRouteResult extends Object
This object is returned from a successful Weather Along Route.
  • Method Details

    • getSummary

      public WeatherAlongRouteSummary getSummary()
      Get the summary property: Short summary of the weather along the route.
      Returns:
      the summary value.
    • getWaypoints

      public List<WaypointForecast> getWaypoints()
      Get the waypoints property: Data for each waypoint returned in the same order as specified in the request.
      Returns:
      the waypoints value.