Class WeatherValueMaxMinAvg

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

public final class WeatherValueMaxMinAvg extends Object
Returned temperature values.
  • Method Details

    • getMaximum

      public WeatherUnitDetails getMaximum()
      Get the maximum property: Maximum temperature for the time period.
      Returns:
      the maximum value.
    • getMinimum

      public WeatherUnitDetails getMinimum()
      Get the minimum property: Minimum temperature for the time period.
      Returns:
      the minimum value.
    • getAverage

      public WeatherUnitDetails getAverage()
      Get the average property: Average temperature for the time period.
      Returns:
      the average value.