ArcGIS Runtime SDK for iOS
100.15
|
Offline capabilities of a map.
Instances of this class represent offline capabilities of a map.
Properties | |
BOOL | hasErrors |
NSDictionary< AGSLayer *, AGSOfflineCapability * > * | layerCapabilities |
NSDictionary< AGSFeatureTable *, AGSOfflineCapability * > * | tableCapabilities |
|
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.
|
readnonatomiccopy |
Offline capabilities of the map's layers.
|
readnonatomiccopy |
Offline capabilities of the map's tables.