Uses of Class
com.azure.maps.weather.models.IconCode
Package
Description
Package containing the data models for WeatherClient.
-
Uses of IconCode in com.azure.maps.weather.models
Modifier and TypeFieldDescriptionstatic final IconCode
IconCode.CLEAR
Static value 33 for IconCode.static final IconCode
IconCode.CLOUDY
Static value 7 for IconCode.static final IconCode
IconCode.COLD
Static value 31 for IconCode.static final IconCode
IconCode.DREARY
Static value 8 for IconCode.static final IconCode
IconCode.FLURRIES
Static value 19 for IconCode.static final IconCode
IconCode.FOG
Static value 11 for IconCode.static final IconCode
IconCode.FREEZING_RAIN
Static value 26 for IconCode.static final IconCode
IconCode.HAZY_MOONLIGHT
Static value 37 for IconCode.static final IconCode
IconCode.HAZY_SUNSHINE
Static value 5 for IconCode.static final IconCode
IconCode.HOT
Static value 30 for IconCode.static final IconCode
IconCode.ICE
Static value 24 for IconCode.static final IconCode
IconCode.INTERMITTENT_CLOUDS
Static value 4 for IconCode.static final IconCode
IconCode.INTERMITTENT_CLOUDS_NIGHT
Static value 36 for IconCode.static final IconCode
IconCode.MOSTLY_CLEAR
Static value 34 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY
Static value 6 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_NIGHT
Static value 38 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_FLURRIES
Static value 20 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_FLURRIES_NIGHT
Static value 43 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_SHOWERS
Static value 13 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_SHOWERS_NIGHT
Static value 40 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_SNOW
Static value 23 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_SNOW_NIGHT
Static value 44 for IconCode.static final IconCode
IconCode.MOSTLY_CLOUDY_WITH_THUNDERSTORMS
Static value 16 for IconCode.static final IconCode
Static value 42 for IconCode.static final IconCode
IconCode.MOSTLY_SUNNY
Static value 2 for IconCode.static final IconCode
IconCode.PARTLY_CLOUDY
Static value 35 for IconCode.static final IconCode
IconCode.PARTLY_CLOUDY_WITH_SHOWERS
Static value 39 for IconCode.static final IconCode
IconCode.PARTLY_CLOUDY_WITH_THUNDERSTORMS
Static value 41 for IconCode.static final IconCode
IconCode.PARTLY_SUNNY
Static value 3 for IconCode.static final IconCode
IconCode.PARTLY_SUNNY_WITH_FLURRIES
Static value 21 for IconCode.static final IconCode
IconCode.PARTLY_SUNNY_WITH_SHOWERS
Static value 14 for IconCode.static final IconCode
IconCode.PARTLY_SUNNY_WITH_THUNDERSTORMS
Static value 17 for IconCode.static final IconCode
IconCode.RAIN
Static value 18 for IconCode.static final IconCode
IconCode.RAIN_AND_SNOW
Static value 29 for IconCode.static final IconCode
IconCode.SHOWERS
Static value 12 for IconCode.static final IconCode
IconCode.SLEET
Static value 25 for IconCode.static final IconCode
IconCode.SNOW
Static value 22 for IconCode.static final IconCode
IconCode.SUNNY
Static value 1 for IconCode.static final IconCode
IconCode.THUNDERSTORMS
Static value 15 for IconCode.static final IconCode
IconCode.WINDY
Static value 32 for IconCode.Modifier and TypeMethodDescriptionstatic IconCode
IconCode.fromInt
(int name) Creates or finds a IconCode from its string representation.CurrentConditions.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.DailyForecastDetail.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.ForecastInterval.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.HourlyForecast.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.IntervalSummary.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.MinuteForecastSummary.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.QuarterDayForecast.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.WaypointForecast.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.WeatherAlongRouteSummary.getIconCode()
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.Modifier and TypeMethodDescriptionstatic Collection<IconCode>
IconCode.values()
Gets known IconCode values.Modifier and TypeMethodDescriptionWeatherAlongRouteSummary.setIconCode
(IconCode iconCode) Set the iconCode property: Numeric value representing an image that displays the `iconPhrase`.