ArcGIS Runtime SDK for iOS: AGSOfflineMapTaskTypes.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSOfflineMapTaskTypes.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSReturnLayerAttachmentOption { AGSReturnLayerAttachmentOptionNone = 0 , AGSReturnLayerAttachmentOptionAllLayers = 1 , AGSReturnLayerAttachmentOptionReadOnlyLayers = 2 , AGSReturnLayerAttachmentOptionEditableLayers = 3 }
 

Enumeration Type Documentation

◆ AGSReturnLayerAttachmentOption

Options specifying whether or not to include attachments for feature layers when taking a map offline.

Since
100.1
Enumerator
AGSReturnLayerAttachmentOptionNone 

Don't include attachments when taking feature layers offline.

AGSReturnLayerAttachmentOptionAllLayers 

Include attachments with all feature layers when taking offline.

AGSReturnLayerAttachmentOptionReadOnlyLayers 

Only include attachments with read-only feature layers when taking offline.

AGSReturnLayerAttachmentOptionEditableLayers 

Only include attachments with editable feature layers when taking offline.

                                            For offline maps, a feature layer is considered to be editable if the feature service has capabilities that include any of create, update, or delete. A read-only layer is one that supports sync, but does not have any of create, update, or delete capability. Service capabilities are accessible from service infos. See @c AGSArcGISFeatureServiceInfo#featureServiceCapabilities or @c AGSArcGISFeatureLayerInfo#capabilities.