Package com.azure.maps.weather.models
Class AirQualityResult
java.lang.Object
com.azure.maps.weather.models.AirQualityResult
This object is returned from a successful Get Air Quality call.
-
Method Summary
Modifier and TypeMethodDescriptionGet the airQualityResults property: A list of all air quality results for the queried location.Get the nextLink property: The is the link to the next page of the features returned.
-
Method Details
-
getAirQualityResults
Get the airQualityResults property: A list of all air quality results for the queried location.- Returns:
- the airQualityResults value.
-
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.
-