OfflineMapPackage.Status Property

Definition

Gets the status of a map package (For example, whether the package is downloaded to your local system or not).

public:
 property OfflineMapPackageStatus Status { OfflineMapPackageStatus get(); };
OfflineMapPackageStatus Status();
public OfflineMapPackageStatus Status { get; }
var offlineMapPackageStatus = offlineMapPackage.status;
Public ReadOnly Property Status As OfflineMapPackageStatus

Property Value

The status of a map package.

Remarks

You can listen for changes in that status by handling the StatusChanged event.

Applies to