|
ArcGIS Runtime SDK for iOS
100.15
|
Results of taking a map offline using preplanned map areas.
Instances of this class represent the results of taking a map offline using preplanned map areas.
AGSOfflineMapTask to take a map offline using preplanned map areas
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. The keys in the dictionary are layer objects, and corresponding value is error encountered for that layer.
|
readnonatomicstrong |
The mobile map package on disk (in exploded format) that contains the offlineMap
|
readnonatomicstrong |
The offline map.
|
readnonatomiccopy |
The errors that were encountered while taking the map's tables offline. The keys in the dictionary are table objects, and corresponding value is error encountered for that table.