downloadDirectoryUri property

Uri downloadDirectoryUri

The download directory used by this job to write the mobile map package result.

This property holds the path for the mobile map package which will be generated as a result of running this job.

As the job's result returns an offline map, this same path can be used to instantiate the MobileMapPackage for later use.

Implementation

Uri get downloadDirectoryUri => _downloadDirectoryUri.value;