Class LocalSource

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

public final class LocalSource extends Object
Local weather data provider information.
  • Method Details

    • getId

      public Integer getId()
      Get the id property: Numeric identifier, unique to the local data provider.
      Returns:
      the id value.
    • getName

      public String getName()
      Get the name property: Name of the local data provider. Name is displayed in the language specified by language code in URL, if available. Otherwise, Name is displayed in English or the language in which the name was provided.
      Returns:
      the name value.
    • getWeatherCode

      public String getWeatherCode()
      Get the weatherCode property: Weather code provided by the local data provider. This weather code allows the forecast to be matched to icons provided by the local data provider instead of Azure Maps icons.
      Returns:
      the weatherCode value.