Class StormForecastResult

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

public final class StormForecastResult extends Object
The list of Government-issued forecasts.
  • Method Details

    • getStormForecasts

      public List<StormForecast> getStormForecasts()
      Get the stormForecasts property: The list of Government-issued forecasts.
      Returns:
      the stormForecasts value.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The is the link to the next page of the features returned. If it's the last page, no this field.
      Returns:
      the nextLink value.