Skip to content

Commit b1e383e

Browse files
committed
Merged PR 21271: add Bing Maps deprecation note
add Bing Maps deprecation note
1 parent 8239ff9 commit b1e383e

4 files changed

Lines changed: 35 additions & 0 deletions

File tree

windows.services.maps.guidance/windows_services_maps_guidance.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Provides APIs for turn-by-turn guided navigation.
1111
> [!NOTE]
1212
> These API are not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
1313
14+
15+
> [!IMPORTANT]
16+
> **Bing Maps for Enterprise service retirement**
17+
>
18+
> The UWP [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services from the [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.
19+
>
20+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
21+
1422
## -remarks
1523

1624
## -examples

windows.services.maps.localsearch/windows_services_maps_localsearch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Provides APIs to search for business and places. Searches are performed against
1111
> [!NOTE]
1212
> These API are not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.
1313
14+
> [!IMPORTANT]
15+
> **Bing Maps for Enterprise service retirement**
16+
>
17+
> The UWP [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services from the [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
## -remarks
1522

1623
## -examples

windows.services.maps.offlinemaps/offlinemappackage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@ public class OfflineMapPackage
1313
Represents the map data for a particular geographical region. The data can be downloaded and used offline.
1414

1515
## -remarks
16+
17+
> [!IMPORTANT]
18+
> **Bing Maps for Enterprise service retirement**
19+
>
20+
> The UWP [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services from the [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.
21+
>
22+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
23+
1624
Use this class to asynchronously find map packages that you are interested in using offline. You can check the status of packages to determine whether those packages exist on your local system. If they do not, you can asynchronously download them to your system.
1725

1826
You can then access that data in system controls such as the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md), and from other objects in the [Windows.Services.Maps](../windows.services.maps/windows_services_maps.md) namespace.
1927

28+
> [!IMPORTANT]
29+
> Using this class requires the `Offline Maps Management` capability (see [App capability declarations](/windows/uwp/packaging/app-capability-declarations)).
30+
2031
## -see-also
2132

2233
## -examples

windows.services.maps.offlinemaps/windows_services_maps_offlinemaps.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Contains classes that you can use to find and download map packages for offline
1414

1515
## -remarks
1616

17+
> [!IMPORTANT]
18+
> **Bing Maps for Enterprise service retirement**
19+
>
20+
> The UWP [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services from the [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.
21+
>
22+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
23+
24+
APIs in this namespace require the `Offline Maps Management` capability (see [App capability declarations](/windows/uwp/packaging/app-capability-declarations)).
25+
1726
## -see-also
1827

1928
## -examples

0 commit comments

Comments
 (0)