java.lang.Object | |
↳ | cyanogenmod.weather.RequestInfo |
This class holds the information of a request submitted to the active weather provider service
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | TYPE_LOOKUP_CITY_NAME_REQ | A request to look up a city name | |||||||||
int | TYPE_WEATHER_BY_GEO_LOCATION_REQ |
A request to update the weather data using a geographical Location
|
|||||||||
int | TYPE_WEATHER_BY_WEATHER_LOCATION_REQ |
A request to update the weather data using a WeatherLocation
|
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
A request to look up a city name
A request to update the weather data using a geographical Location
A request to update the weather data using a WeatherLocation
Location
if this is a request by location, null
otherwise
WeatherLocation
if this is a request by weather
location, null otherwise