Data gathered in WeatherData:
1 struct WeatherData { 2 string latitude; 3 string longitude; 4 string city; 5 string region; 6 string country; 7 string postal; 8 string temperature; 9 string summary; 10 }
See Implementation
Data gathered in WeatherData: