Class APIReaders.GetUvIndexForLocation
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.APIReaders.GetUvIndexForLocation
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- APIReaders
public static class APIReaders.GetUvIndexForLocation extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static double
GEOACCURACY_UVI
-
Constructor Summary
Constructors Constructor Description GetUvIndexForLocation(Context context, Weather.WeatherLocation weatherLocation, long[] timeArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFinished(long[] timeArray, int[] resultArray)
void
run()
-
-
-
Field Detail
-
GEOACCURACY_UVI
public static final double GEOACCURACY_UVI
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetUvIndexForLocation
public GetUvIndexForLocation(Context context, Weather.WeatherLocation weatherLocation, long[] timeArray)
-
-