Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFinished​(long[] timeArray, int[] resultArray)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetUvIndexForLocation

        public GetUvIndexForLocation​(Context context,
                                     Weather.WeatherLocation weatherLocation,
                                     long[] timeArray)
    • Method Detail

      • onFinished

        public void onFinished​(long[] timeArray,
                               int[] resultArray)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable