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

Description

Provides information on the available updates for an offline map.

This type provides high level information on what updates are available for an offline map. Update information covers both:

  • Online changes that can be applied to update your offline map
  • Local changes from your offline map that can be sent back to the online services
    Since
    100.6
Inheritance diagram for AGSOfflineMapUpdatesInfo:
AGSObject

Properties

AGSOfflineUpdateAvailability downloadAvailability
 
BOOL mobileMapPackageReopenRequired
 
NSInteger scheduledUpdatesDownloadSize
 
AGSOfflineUpdateAvailability uploadAvailability
 

Property Documentation

◆ downloadAvailability

- (AGSOfflineUpdateAvailability) downloadAvailability
readnonatomicassign

Indicates whether there are changes available to download. If this property is AGSOfflineUpdateAvailabilityAvailable then there are online updates to apply to your offline map.

If this property is AGSOfflineUpdateAvailabilityNone then there are no online updates available for your offline map.

Note that the availability of updates to download can only be determined for offline maps that use the scheduled updates workflow. See AGSPreplannedUpdateModeDownloadScheduledUpdates and AGSPreplannedUpdateModeDownloadScheduledUpdatesAndUploadNewFeatures. If your offline map is set up to download changes directly from the feature services (for example using AGSPreplannedUpdateModeSyncWithFeatureServices or created with an AGSGenerateOfflineMapJob), then this property will be AGSOfflineUpdateAvailabilityIndeterminate.

Since
100.6

◆ mobileMapPackageReopenRequired

- (BOOL) mobileMapPackageReopenRequired
readnonatomicassign

Indicates whether the mobile map package must be reopened after applying the available updates. In some cases, applying updates may require files, such as mobile geodatabases, to be replaced with a new version. When a reopen will be required after updating, this property will be true - see AGSOfflineMapSyncResult::mobileMapPackageReopenRequired.

If your offline map was created using AGSPreplannedUpdateModeDownloadScheduledUpdatesAndUploadNewFeatures, be aware that immediately following replacement, the new geodatabase will not contain the new features that have been synced up to the feature service. The uploaded features can be downloaded after the next scheduled update has executed and changes are available for download.

Since
100.6

◆ scheduledUpdatesDownloadSize

- (NSInteger) scheduledUpdatesDownloadSize
readnonatomicassign

The total size in bytes of update files to download for a scheduled updates workflow. The scheduled updates workflow allows read-only updates to be stored with the online map area and downloaded to your device at a later time. Updates can cover several sets of changes to the online geodatabase and can cover multiple geodatabases in an offline map. This property is the total download size of all files required to update your offline map.

You can use this information to determine whether you want to download updates immediately - for example based on available disk space or network availability.

If there are no updates available, or your offline map does not use a scheduled updates workflow, this property will be 0.

Since
100.6

◆ uploadAvailability

- (AGSOfflineUpdateAvailability) uploadAvailability
readnonatomicassign

Indicates whether there are local changes to upload. If your offline map contains local edits that can be uploaded to online feature services, this property will be AGSOfflineUpdateAvailabilityAvailable.

If there are no local changes, or your offline map does not support syncing with feature services, this property will be AGSOfflineUpdateAvailabilityNone.

See also
- hasLocalEdits (AGSGeodatabase)
Since
100.6