ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
enum | AGSPreplannedPackagingStatus { AGSPreplannedPackagingStatusUnknown = 0 , AGSPreplannedPackagingStatusProcessing = 1 , AGSPreplannedPackagingStatusFailed = 2 , AGSPreplannedPackagingStatusComplete = 3 } |
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
.
Enumerator | |
---|---|
AGSPreplannedPackagingStatusUnknown | Indicates that the packaging status of the |
AGSPreplannedPackagingStatusProcessing | Indicates that the |
AGSPreplannedPackagingStatusFailed | Indicates that a failure occurred when creating the packages for the |
AGSPreplannedPackagingStatusComplete | Indicates that packaging is complete and the |