Enumeration WeatherIcon

All of the supported icons for each weather condition.

See Weather Conditions for more information.

Enumeration Members

BrokenClouds: "04d"
BrokenCloudsNight: "04n"
ClearSky: "01d"
ClearSkyNight: "01n"
FewClouds: "02d"
FewCloudsNight: "02n"
Mist: "50d"
MistNight: "50n"
Rain: "10d"
RainNight: "10n"
ScatteredClouds: "03d"
ScatteredCloudsNight: "03n"
ShowerRain: "09d"
ShowerRainNight: "09n"
Snow: "13d"
SnowNight: "13n"
Thunderstorm: "11d"
ThunderstormNight: "11n"

Generated using TypeDoc