Class DownloadPreplannedOfflineMapJob

java.lang.Object
com.esri.arcgisruntime.concurrent.Job
com.esri.arcgisruntime.tasks.offlinemap.DownloadPreplannedOfflineMapJob
All Implemented Interfaces:
JsonSerializable, RemoteResource

public final class DownloadPreplannedOfflineMapJob extends Job
A job to download an offline map area from an online map as part of the preplanned offline workflow.

Use this job to download the map content of a map area to your device so that you can work offline without a network connection. Upon completion, the job's DownloadPreplannedOfflineMapResult provides the offline map along with the details of any errors that occurred during the download process.

A DownloadPreplannedOfflineMapJob instance is returned by OfflineMapTask.downloadPreplannedOfflineMap(DownloadPreplannedOfflineMapParameters, String). The Job is returned in a Status.NOT_STARTED state and Job.start() must be called to start the associated operation.

See the Job class for full information on how to work with jobs.

Since:
100.2.0