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

Description

Results of taking a map offline.

Instances of this class represent the results of taking a map offline.

See also
AGSOfflineMapTask to take a map offline.
Since
100.1
Inheritance diagram for AGSGenerateOfflineMapResult:
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.1

◆ layerErrors

- (NSDictionary<AGSLayer *, id>*) layerErrors
readnonatomiccopy

The errors that were encountered while taking the map's layers offline.

Since
100.1

◆ mobileMapPackage

- (AGSMobileMapPackage*) mobileMapPackage
readnonatomicstrong

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

Since
100.1

◆ offlineMap

- (AGSMap*) offlineMap
readnonatomicstrong

The offline map.

Since
100.1

◆ tableErrors

- (NSDictionary<AGSFeatureTable*, id>*) tableErrors
readnonatomiccopy

The errors that were encountered while taking the map's tables offline.

Since
100.1