Class WeatherValueRange

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

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

    • getMinimum

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

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