result property

  1. @override
DownloadPreplannedOfflineMapResult? result
override

The result of a download preplanned offline map job that has succeeded.

Although this job will have succeeded you must confirm whether any of the map content failed to be taken offline. Examine DownloadPreplannedOfflineMapResult.hasErrors and the DownloadPreplannedOfflineMapResult.layerErrors and DownloadPreplannedOfflineMapResult.tableErrors dictionaries to identify layers and tables that could not be taken offline.

Implementation

@override
DownloadPreplannedOfflineMapResult? get result => _result.value;