| Package | Description |
|---|---|
| com.github.prominence.openweathermap.api | |
| com.github.prominence.openweathermap.api.constants | |
| com.github.prominence.openweathermap.api.utils |
| Modifier and Type | Method and Description |
|---|---|
AirPollutionRequester |
OpenWeatherMapManager.getAirPollutionRequester(Coordinates coordinates,
Date date,
TimeFrame timeFrame) |
AirPollutionRequester |
OpenWeatherMapManager.getAirPollutionRequester(float latitude,
float longitude,
Date date,
TimeFrame timeFrame) |
AirPollutionRequester |
AirPollutionRequester.setTimeFrame(TimeFrame timeFrame) |
| Modifier and Type | Method and Description |
|---|---|
static TimeFrame |
TimeFrame.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeFrame[] |
TimeFrame.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TimeFrameUtils.formatDate(Date date,
TimeFrame timeFrame) |
Copyright © 2019. All rights reserved.