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

Go to the source code of this file.

Enumerations

enum  AGSPreplannedPackagingStatus { AGSPreplannedPackagingStatusUnknown = 0 , AGSPreplannedPackagingStatusProcessing = 1 , AGSPreplannedPackagingStatusFailed = 2 , AGSPreplannedPackagingStatusComplete = 3 }
 

Enumeration Type Documentation

◆ AGSPreplannedPackagingStatus

Enumerates the different packaging states that an online AGSPreplannedMapArea can be in. An AGSPreplannedMapArea is made up of a set of data packages for each of the layers in the map. When a web map author first creates a map area these packages must be prepared by the relevant online services before the area is ready to be downloaded as an offline map. AGSPreplannedPackagingStatus lists the possible packaging states for an online map area. The area cannot be downloaded until the value is AGSPreplannedPackagingStatusComplete.

Since
100.9
Enumerator
AGSPreplannedPackagingStatusUnknown 

Indicates that the packaging status of the AGSPreplannedMapArea is unknown.

AGSPreplannedPackagingStatusProcessing 

Indicates that the AGSPreplannedMapArea is not yet ready for download.

AGSPreplannedPackagingStatusFailed 

Indicates that a failure occurred when creating the packages for the AGSPreplannedMapArea.

AGSPreplannedPackagingStatusComplete 

Indicates that packaging is complete and the AGSPreplannedMapArea is ready to be downloaded.