Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.47 KB

maplocationdesiredaccuracy.md

File metadata and controls

37 lines (26 loc) · 1.47 KB
-api-id -api-type
T:Windows.Services.Maps.MapLocationDesiredAccuracy
winrt enum

MapLocationDesiredAccuracy

-description

Indicates the desired accuracy to use when converting latitude and longitude coordinates to a physical location like a city or address.

-enum-fields

-field High:0

Leverage the underlying REST API call to get richer and more accurate results.

-field Low:1

Leverage the maps disk cache to get accurate info up to the city level.

-remarks

Important

Bing Maps for Enterprise service retirement

The UWP MapControl and map services from the Windows.Services.Maps namespaces rely on Bing Maps. Bing Maps for Enterprise is deprecated and will be retired, at which point the MapControl and services will no longer receive data.

For more information, see the Bing Maps Developer Center and Bing Maps documentation.

Your app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace. To authenticate your app, you must specify a maps authentication key.

See Request a maps authentication key.

-examples

-see-also