Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.10 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.10 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Android100.10 - 100.15
iOS100.10 - 100.15
UWP100.10 - 200.0
In This Article
Back to top Copyright © 2022 Esri.