ArcGIS Runtime SDK for iOS: AGSDownloadPreplannedOfflineMapResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSDownloadPreplannedOfflineMapResult Class Reference

Description

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.

See also
AGSOfflineMapTask to take a map offline using preplanned map areas
Since
100.2
Inheritance diagram for AGSDownloadPreplannedOfflineMapResult:
AGSObject

Properties

BOOL hasErrors
 
NSDictionary< AGSLayer *, id > * layerErrors
 
AGSMobileMapPackagemobileMapPackage
 
AGSMapofflineMap
 
NSDictionary< AGSFeatureTable *, id > * tableErrors
 

Property Documentation

◆ hasErrors

- (BOOL) hasErrors
readnonatomicassign

Indicates if any errors were encountered while taking the map offline.

Since
100.2

◆ layerErrors

- (NSDictionary<AGSLayer *, id>*) layerErrors
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.

Since
100.2

◆ mobileMapPackage

- (AGSMobileMapPackage*) mobileMapPackage
readnonatomicstrong

The mobile map package on disk (in exploded format) that contains the offlineMap

Since
100.2

◆ offlineMap

- (AGSMap*) offlineMap
readnonatomicstrong

The offline map.

Since
100.2

◆ tableErrors

- (NSDictionary<AGSFeatureTable*, id>*) tableErrors
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.

Since
100.2