Package com.azure.maps.weather.models
Class LocalSource
java.lang.Object
com.azure.maps.weather.models.LocalSource
Local weather data provider information.
-
Method Details
-
getId
Get the id property: Numeric identifier, unique to the local data provider.- Returns:
- the id value.
-
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
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.
-