Class LoadTileAnimationTask


  • public class LoadTileAnimationTask
    extends android.os.AsyncTask<Void,​Integer,​Void>
    Task to load the animation tiles for the current maps Latitude and longitude bounds.
    • Method Detail

      • setFromTime

        public void setFromTime​(int timestamp)
        Set the start time of the animation, in seconds based on Unix Epoch on January 1st, 1970 at UTC
        Parameters:
        timestamp - int UNIX timestamp
      • setToTime

        public void setToTime​(int timestamp)
        Set the end (or "to") time of the animation, in seconds based on Unix Epoch on January 1st, 1970 at UTC
        Parameters:
        timestamp - int UNIX timestamp
      • onPreExecute

        protected void onPreExecute()
        Overrides:
        onPreExecute in class android.os.AsyncTask<Void,​Integer,​Void>
      • onProgressUpdate

        protected void onProgressUpdate​(Integer... values)
        Overrides:
        onProgressUpdate in class android.os.AsyncTask<Void,​Integer,​Void>
      • doInBackground

        protected Void doInBackground​(Void... params)
        Specified by:
        doInBackground in class android.os.AsyncTask<Void,​Integer,​Void>
      • onPostExecute

        protected void onPostExecute​(Void result)
        Overrides:
        onPostExecute in class android.os.AsyncTask<Void,​Integer,​Void>