Modifier and Type | Class and Description |
---|---|
class |
CurrentWeatherData
Parses current weather data (from the JSON data) and provides methods to
get/access the information about current weather.
|
static class |
DailyForecastData.Forecast
Parses data about forecasts (from the JSON data) and provides methods to
get/access the information.
|
static class |
ForecastWeatherData.Forecast
Parses data about forecasts (from the JSON data) and provides methods to
get/access the information.
|