packagingStatus

Describes the packaging status of the online map area. This property allows you to check whether an online PreplannedMapArea is in a PreplannedPackagingStatus.Complete state and ready to be downloaded.

If you attempt to load a PreplannedMapArea that is not PreplannedPackagingStatus.Complete the PreplannedMapArea will fail to load with an error of ErrorType.CommonIllegalState.

There are four possible values:

If the packaging status is PreplannedPackagingStatus.Processing you can check it again following these steps:

  1. Create a new com.arcgismaps.mapping.PortalItem instance using the com.arcgismaps.mapping.PortalItem.url in the PreplannedMapArea.portalItem.

  2. Create a new PreplannedMapArea using the portal item PreplannedMapArea.PreplannedMapArea.

  3. Load the PreplannedMapArea and check PreplannedMapArea.packagingStatus.

Since

200.1.0