WeatherData

Data gathered in WeatherData:

struct WeatherData {
	string latitude;
	string longitude;
	string city;
	string region;
	string country;
	string postal;
	string temperature;
	string summary;
}

Members

Variables

city
string city;
Undocumented in source.
country
string country;
Undocumented in source.
latitude
string latitude;
Undocumented in source.
longitude
string longitude;
Undocumented in source.
postal
string postal;
Undocumented in source.
region
string region;
Undocumented in source.
summary
string summary;
Undocumented in source.
temperature
string temperature;
Undocumented in source.

Meta