Package com.azure.maps.weather.models
Class DailyAirQuality
java.lang.Object
com.azure.maps.weather.models.DailyAirQuality
Information about the air quality in a specific location at a specific time.
-
Method Summary
Modifier and TypeMethodDescriptionGet the category property: One-word description of the air quality in the requested language.Get the categoryColor property: A unique color corresponding to the category of this air quality result.Get the description property: A textual explanation of this air quality result in the requested language.Get the dominantPollutant property: The pollutant with the highest concentration.Get the globalIndex property: Internationally normalized air quality rating on a scale from 0 to 300 and up, with higher numbers representing worse air quality.getIndex()
Get the index property: Air quality rating on a scale set by local regulating bodies.Get the timestamp property: Date and time of the current observation displayed in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.
-
Method Details
-
getTimestamp
Get the timestamp property: Date and time of the current observation displayed in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.- Returns:
- the timestamp value.
-
getIndex
Get the index property: Air quality rating on a scale set by local regulating bodies. Scales can vary widely based on location. See [Wikipedia](https://en.wikipedia.org/wiki/Air_quality_index) for more information.- Returns:
- the index value.
-
getGlobalIndex
Get the globalIndex property: Internationally normalized air quality rating on a scale from 0 to 300 and up, with higher numbers representing worse air quality.- Returns:
- the globalIndex value.
-
getDominantPollutant
Get the dominantPollutant property: The pollutant with the highest concentration.- Returns:
- the dominantPollutant value.
-
getCategory
Get the category property: One-word description of the air quality in the requested language. For example, "Excellent".- Returns:
- the category value.
-
getCategoryColor
Get the categoryColor property: A unique color corresponding to the category of this air quality result.- Returns:
- the categoryColor value.
-
getDescription
Get the description property: A textual explanation of this air quality result in the requested language.- Returns:
- the description value.
-