public abstract class TileCaptureTask extends android.os.AsyncTask<TileCaptureParams,java.lang.Integer,java.lang.Boolean> implements TileCapture.Callback
TileCapture.capture(TileCaptureParams, TileCapture.Callback) cannot
(and should not) be run on the main thread, so this task serves as a base
for invocation| Modifier and Type | Field and Description |
|---|---|
protected TileCapture |
_tileCapture |
| Constructor and Description |
|---|
TileCaptureTask(TileCapture capture) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
doInBackground(TileCaptureParams... params) |
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPostExecute, onPreExecute, onProgressUpdate, publishProgressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCaptureTile, onStartCaptureprotected final TileCapture _tileCapture
public TileCaptureTask(TileCapture capture)
public java.lang.Boolean doInBackground(TileCaptureParams... params)
doInBackground in class android.os.AsyncTask<TileCaptureParams,java.lang.Integer,java.lang.Boolean>