Share via


OfflineMapPackageQueryResult.Packages Property

Definition

Gets the map packages returned by a call to the FindPackagesAsync, FindPackagesInBoundingBoxAsync, and FindPackagesInGeocircleAsync methods.

public:
 property IVectorView<OfflineMapPackage ^> ^ Packages { IVectorView<OfflineMapPackage ^> ^ get(); };
IVectorView<OfflineMapPackage> Packages();
public IReadOnlyList<OfflineMapPackage> Packages { get; }
var iVectorView = offlineMapPackageQueryResult.packages;
Public ReadOnly Property Packages As IReadOnlyList(Of OfflineMapPackage)

Property Value

The map packages returned by a call to the FindPackagesAsync, FindPackagesInBoundingBoxAsync, and FindPackagesInGeocircleAsync methods.

Remarks

Before using the Packages property, use the Status to determine if the query is successful.

Applies to