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

Go to the source code of this file.

Enumerations

enum  AGSPreplannedUpdateMode { AGSPreplannedUpdateModeNoUpdates = 0 , AGSPreplannedUpdateModeSyncWithFeatureServices = 1 , AGSPreplannedUpdateModeDownloadScheduledUpdates = 2 , AGSPreplannedUpdateModeDownloadScheduledUpdatesAndUploadNewFeatures = 3 }
 

Enumeration Type Documentation

◆ AGSPreplannedUpdateMode

Different modes for how updates are obtained for a preplanned map area.

Since
100.6
Enumerator
AGSPreplannedUpdateModeNoUpdates 

No feature updates will be performed.

AGSPreplannedUpdateModeSyncWithFeatureServices 

Changes, including local edits, will be synced directly with the underlying feature services.

AGSPreplannedUpdateModeDownloadScheduledUpdates 

Scheduled, read-only updates will be downloaded from the online map area and applied to the local mobile geodatabases.

AGSPreplannedUpdateModeDownloadScheduledUpdatesAndUploadNewFeatures 

Scheduled, read-only updates are downloaded from the online map area and applied to the local mobile geodatabases. Newly added features can also be uploaded to the feature service.

Since
100.14