Modifier and Type | Method and Description |
---|---|
DailyForecastData |
OpenWeatherMap.dailyForecastByCityCode(long cityCode,
byte count) |
DailyForecastData |
OpenWeatherMap.dailyForecastByCityName(java.lang.String cityName,
byte count) |
DailyForecastData |
OpenWeatherMap.dailyForecastByCityName(java.lang.String cityName,
java.lang.String countryCode,
byte count) |
DailyForecastData |
OpenWeatherMap.dailyForecastByCoordinates(float latitude,
float longitude,
byte count) |
DailyForecastData |
OpenWeatherMap.dailyForecastFromResponse(java.lang.String jsonResponse) |