Skip to content

Commit 8239ff9

Browse files
committed
Merged PR 21270: add Bing Maps deprecation note
add Bing Maps deprecation note
1 parent 7690f38 commit 8239ff9

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

windows.ui.xaml.controls.maps/mapcontrol.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Represents a symbolic or photorealistic map of the Earth.
2626

2727
## -remarks
2828

29+
> [!IMPORTANT]
30+
> **Bing Maps for Enterprise service retirement**
31+
>
32+
> The UWP [MapControl](mapcontrol.md) and map services from the [Windows.Services.Maps](../windows.services.maps/windows_services_maps.md) 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.
33+
>
34+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
35+
2936
### XAML attached properties
3037

3138
MapControl is the host service class for several [XAML attached properties](/windows/uwp/xaml-platform/attached-properties-overview).

windows.ui.xaml.controls.maps/mapcontrol_mapservicetoken.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ The authentication key required for using the [MapControl](mapcontrol.md) and on
1717

1818
## -remarks
1919

20+
> [!IMPORTANT]
21+
> **Bing Maps for Enterprise service retirement**
22+
>
23+
> The UWP [MapControl](mapcontrol.md) and map services from the [Windows.Services.Maps](../windows.services.maps/windows_services_maps.md) 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.
24+
>
25+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
26+
27+
Your app must be authenticated before it can use the [MapControl](mapcontrol.md) and map services in the [Windows.Services.Maps](../windows.services.maps/windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
28+
29+
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
30+
2031
## -examples
2132

2233
## -see-also

windows.ui.xaml.controls.maps/windows_ui_xaml_controls_maps.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Defines classes for the Map control. Also defines tile sources and elements that
1111

1212
## -remarks
1313

14+
> [!IMPORTANT]
15+
> **Bing Maps for Enterprise service retirement**
16+
>
17+
> The UWP [MapControl](mapcontrol.md) and map services from the [Windows.Services.Maps](../windows.services.maps/windows_services_maps.md) 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.
18+
>
19+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
20+
1421
## -examples
1522

1623
## -see-also

0 commit comments

Comments
 (0)