OfflineMapPackage.FindPackagesInGeocircleAsync(Geocircle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts an asynchronous operation to find a map package that contains map data for specified geographic area.
public:
static IAsyncOperation<OfflineMapPackageQueryResult ^> ^ FindPackagesInGeocircleAsync(Geocircle ^ queryCircle);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<OfflineMapPackageQueryResult> FindPackagesInGeocircleAsync(Geocircle const& queryCircle);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<OfflineMapPackageQueryResult> FindPackagesInGeocircleAsync(Geocircle queryCircle);
function findPackagesInGeocircleAsync(queryCircle)
Public Shared Function FindPackagesInGeocircleAsync (queryCircle As Geocircle) As IAsyncOperation(Of OfflineMapPackageQueryResult)
Parameters
- queryCircle
- Geocircle
The geographic area that defines the area that you want to locate a map package for.
Returns
An OfflineMapPackageQueryResult that contains the result of the query.
- Attributes
Remarks
This query can find multiple matches. It can also find no matches at all (For example: if you specify a border region or an area in the middle of the ocean).