Download Preplanned Offline Map Parameters
Parameters used for creating a DownloadPreplannedOfflineMapJob.
Since
200.1.0
Constructors
Creates a download preplanned offline map parameters object.
Creates a download preplanned offline map parameters object with the given offline map area.
Properties
Indicates whether or not the download preplanned offline map job should continue running in the event of failure to take a layer offline. If this property is true, failure to take a layer or table offline will not fail the job, the failure will be exposed in the job result. If this property is false, failure to take a layer or table offline will fail the job and no more layers or tables will be taken offline. The layer or table's error will be available as the job's error. The default value is true.
The path to a directory on the device where the local basemap file is located. Set this property to use a basemap which is already on the device (rather than downloading it). The directory should only be set when DownloadPreplannedOfflineMapParameters.referenceBasemapFilename is defined.
The name of a local basemap file on the device which can be used rather than downloading an online basemap. The local basemap filename must end with .tpk, .tpkx or .vtpk since these are the supported file formats. This property can be read directly from settings applied by the author of the online web map (see OfflineSettings) or set by user code to a file known to be on the device. This property will be populated from online settings when created with OfflineMapTask.createDefaultDownloadPreplannedOfflineMapParameters(PreplannedMapArea).