WeatherEntry

Undocumented in source.

Members

Variables

cloudiness
int cloudiness;

cloudiness, %

condition
WeatherCondition condition;

weather condition id

description
string description;

weather condition within the group

grndLevel
int grndLevel;

atmospheric pressure on the ground level, hPa

humidity
int humidity;

humidity, %

icon
string icon;

weather icon id

location
Location location;

city id, name, country code and coordinates

main
string main;

group of weather parameters

maximum
float maximum;

maximum temperature at the moment

minimum
float minimum;

minimum temperature at the moment

pressure
int pressure;

atmospheric pressure, hPa

rainVolume
int rainVolume;

rain volume for the last 3 hours

seaLevel
int seaLevel;

atmospheric pressure on the sea level, hPa

snowVolume
int snowVolume;

snow volume for the last 3 hours

sunrise
int sunrise;

sunrise time

sunset
int sunset;

sunset time

temperature
float temperature;

temperature

time
int time;

time of data calculation, unix, UTC

windDirection
int windDirection;

wind direction

windSpeed
int windSpeed;

wind speed

Meta