Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1004 Bytes

offlinemappackage_findpackagesingeocircleasync_917543629.md

File metadata and controls

34 lines (19 loc) · 1004 Bytes
-api-id -api-type
M:Windows.Services.Maps.OfflineMaps.OfflineMapPackage.FindPackagesInGeocircleAsync(Windows.Devices.Geolocation.Geocircle)
winrt method

Windows.Services.Maps.OfflineMaps.OfflineMapPackage.FindPackagesInGeocircleAsync

-description

Starts an asynchronous operation to find a map package that contains map data for specified geographic area.

-parameters

-param queryCircle

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.

-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).

-see-also

-examples