Package com.azure.maps.weather.models
Class DailyAirQualityForecastResult
java.lang.Object
com.azure.maps.weather.models.DailyAirQualityForecastResult
This object is returned from a successful Get Daily Air Quality Forecast call.
-
Method Summary
Modifier and TypeMethodDescriptionGet the airQualityResults property: A list of all daily air quality forecasts 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 daily air quality forecasts 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.
-