Interface | Description |
---|---|
TileCapture.Callback |
Callback fired when capturing tiles
|
Class | Description |
---|---|
TileCapture |
Reads tiles from a mobile or local tileset with the intent of capturing
each tile to a file
Use with
ImageryCaptureTask for asynchronous capture of map imagery |
TileCapture.DefaultProjection | |
TileCaptureBounds |
Tile capture bounds and matrix
|
TileCaptureParams |
Parameters for tile capture
These parameters are passed to
TileCapture.capture(TileCaptureParams, TileCapture.Callback) |
TileCaptureTask |
Async task for capturing map tiles
TileCapture.capture(TileCaptureParams, TileCapture.Callback) cannot
(and should not) be run on the main thread, so this task serves as a base
for invocation |