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

Description

Offline capabilities of a map.

Instances of this class represent offline capabilities of a map.

Since
100.1
Inheritance diagram for AGSOfflineMapCapabilities:
AGSObject

Properties

BOOL hasErrors
 
NSDictionary< AGSLayer *, AGSOfflineCapability * > * layerCapabilities
 
NSDictionary< AGSFeatureTable *, AGSOfflineCapability * > * tableCapabilities
 

Property Documentation

◆ hasErrors

- (BOOL) hasErrors
readnonatomicassign

Indicates if there is at least one layer or table that cannot be included in the offline map.

This property indicates whether the map contains any layers or tables that cannot be taken offline. This is not relevant to offline maps that reference online-only layers and tables. Setting AGSGenerateOfflineMapParameters::onlineOnlyServicesOption to AGSOnlineOnlyServicesOptionInclude will allow online-only data to be included in the offline map and referenced by URL.

Since
100.1

◆ layerCapabilities

- (NSDictionary<AGSLayer*,AGSOfflineCapability*>*) layerCapabilities
readnonatomiccopy

Offline capabilities of the map's layers.

Since
100.1

◆ tableCapabilities

- (NSDictionary<AGSFeatureTable*,AGSOfflineCapability*>*) tableCapabilities
readnonatomiccopy

Offline capabilities of the map's tables.

Since
100.1