downloadDirectoryUri property

Uri downloadDirectoryUri

The directory path to the location of the mobile map package.

The directory path is the path that was supplied as a parameter to the OfflineMapTask.downloadPreplannedOfflineMapWithParameters. The job will fail if the last directory in the path cannot be created or is not empty.

Implementation

Uri get downloadDirectoryUri => _downloadDirectoryUri.value;