Enum PreplannedPackagingStatus
Enumerates the different packaging states that an online PreplannedMapArea can be in.
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum PreplannedPackagingStatus
Remarks
A PreplannedMapArea 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.
This enumeration lists the possible packaging states for an online map area. The area cannot be downloaded until the value is Complete.
Fields
Name | Description |
---|---|
Complete | Indicates that packaging is complete and the PreplannedMapArea is ready to be downloaded. This status value means that all packages required to download the PreplannedMapArea have been successfully prepared. |
Failed | Indicates that a failure occurred when creating the packages for the PreplannedMapArea. This status means that the PreplannedMapArea cannot be downloaded. Failures to package the area need to be addressed by the web map author. |
Processing | Indicates that the PreplannedMapArea is not yet ready for download. This is the initial status for a PreplannedMapArea that has been created on the web map but is not yet ready for download. |
Unknown | Indicates that the packaging status of the PreplannedMapArea is unknown. This status is returned when your app does not yet know the status of the online area. For example, this would be the case where the PreplannedMapArea has a load status of NotLoaded. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |