Package com.azure.maps.weather.models
Class WeatherValueMaxMinAvg
java.lang.Object
com.azure.maps.weather.models.WeatherValueMaxMinAvg
Returned temperature values.
-
Method Summary
Modifier and TypeMethodDescriptionGet the average property: Average temperature for the time period.Get the maximum property: Maximum temperature for the time period.Get the minimum property: Minimum temperature for the time period.
-
Method Details
-
getMaximum
Get the maximum property: Maximum temperature for the time period.- Returns:
- the maximum value.
-
getMinimum
Get the minimum property: Minimum temperature for the time period.- Returns:
- the minimum value.
-
getAverage
Get the average property: Average temperature for the time period.- Returns:
- the average value.
-