Class DailyAirQualityForecastResult

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

public final class DailyAirQualityForecastResult extends Object
This object is returned from a successful Get Daily Air Quality Forecast call.
  • Method Details

    • getAirQualityResults

      public List<DailyAirQuality> getAirQualityResults()
      Get the airQualityResults property: A list of all daily air quality forecasts for the queried location.
      Returns:
      the airQualityResults 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.