|
ArcGIS Runtime SDK for iOS
100.15
|
Results of taking a map offline.
Instances of this class represent the results of taking a map offline.
AGSOfflineMapTask to take a map offline.
Properties | |
| BOOL | hasErrors |
| NSDictionary< AGSLayer *, id > * | layerErrors |
| AGSMobileMapPackage * | mobileMapPackage |
| AGSMap * | offlineMap |
| NSDictionary< AGSFeatureTable *, id > * | tableErrors |
|
readnonatomicassign |
Indicates if any errors were encountered while taking the map offline.
|
readnonatomiccopy |
The errors that were encountered while taking the map's layers offline.
|
readnonatomicstrong |
The mobile map package on disk (in exploded format) that contains the offlineMap property.
|
readnonatomicstrong |
The offline map.
|
readnonatomiccopy |
The errors that were encountered while taking the map's tables offline.