create Download Preplanned Offline Map Job
fun createDownloadPreplannedOfflineMapJob(parameters: DownloadPreplannedOfflineMapParameters, downloadDirectoryPath: String): DownloadPreplannedOfflineMapJob
Returns a job that is used to download the preplanned map area specified by the given parameters object. The job that is returned is dormant and needs to be explicitly started. The job will fail if the last directory in the download directory path cannot be created or is not empty.
Return
a DownloadPreplannedOfflineMapJob to download a preplanned map area.
Since
200.1.0
Parameters
parameters
Specifies parameters for the job including the preplanned map area to be downloaded.
download Directory Path
The path to a folder where the map content is stored on the device. For example, to create a new mobile map package "my_mobile_map_package" in a parent directory "my root path/my_mobile_maps", this property would be "my root path/my_mobile_maps/my_mobile_map_package".