Class AirQualityResult

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

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

    • getAirQualityResults

      public List<AirQuality> getAirQualityResults()
      Get the airQualityResults property: A list of all air quality results 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.