Download tiles to a local tile cache file stored on the device.
Pan and zoom into the desired area, making sure the area is within the red block. Tap on the Export tiles
button to start the process. On successful completion you will see a preview of the downloaded tpk.
- Create a
ExportTileCacheTask
. - Call
exportTask.CreateDefaultExportTileCacheParametersAsync(areaOfInterest, minScale, maxScale)
to generate default parameters. - Create a
ExportTileCacheJob
. Run the job. - Display the resulting tile cache in an
ArcGISTiledLayer
.
- ExportTileCacheJob
- ExportTileCacheParameters
- ExportTileCacheTask
- TileCache
Edit and Manage Data, cache, export, local, offline, package, tiles, tpk