Skip to content

Commit 7690f38

Browse files
committed
Merged PR 21269: add Bing Maps deprecation note
add Bing Maps deprecation note
1 parent ecd7968 commit 7690f38

21 files changed

Lines changed: 178 additions & 22 deletions

windows.services.maps/mapaddress.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ public class MapAddress : Windows.Services.Maps.IMapAddress, Windows.Services.Ma
1313
Represents an address.
1414

1515
## -remarks
16+
1617
A collection of [MapLocation](maplocation.md) objects is returned through the [Locations](maplocationfinderresult_locations.md) property of the [MapLocationFinderResult](maplocationfinderresult.md) when you call the methods of the [MapLocationFinder](maplocationfinder.md) class. Each [MapLocation](maplocation.md) object has an [Address](maplocation_address.md) property which returns a MapAddress.
1718

18-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
19+
> [!IMPORTANT]
20+
> **Bing Maps for Enterprise service retirement**
21+
>
22+
> 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.
23+
>
24+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
25+
26+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
1927

2028
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2129

windows.services.maps/maplocation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ public class MapLocation : Windows.Services.Maps.IMapLocation
1313
Represents a geographic location.
1414

1515
## -remarks
16+
1617
A collection of MapLocation objects is returned through the [Locations](maplocationfinderresult_locations.md) property of the [MapLocationFinderResult](maplocationfinderresult.md) when you call the methods of the [MapLocationFinder](maplocationfinder.md) class.
1718

18-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
19+
> [!IMPORTANT]
20+
> **Bing Maps for Enterprise service retirement**
21+
>
22+
> 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.
23+
>
24+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
25+
26+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
1927

2028
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2129

windows.services.maps/maplocationdesiredaccuracy.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@ Leverage the underlying REST API call to get richer and more accurate results.
1919
### -field Low:1
2020
Leverage the maps disk cache to get accurate info up to the city level.
2121

22-
2322
## -remarks
24-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
23+
24+
> [!IMPORTANT]
25+
> **Bing Maps for Enterprise service retirement**
26+
>
27+
> 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.
28+
>
29+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
30+
31+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
2532

2633
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2734

windows.services.maps/maplocationfinder.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ public class MapLocationFinder
1313
Provides methods to convert addresses to geographic locations (geocoding) and to convert geographic locations to addresses (reverse geocoding).
1414

1515
## -remarks
16-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
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+
24+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
1725

1826
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
1927

windows.services.maps/maplocationfinderresult.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ public class MapLocationFinderResult : Windows.Services.Maps.IMapLocationFinderR
1313
Returns the result of a [MapLocationFinder](maplocationfinder.md) query.
1414

1515
## -remarks
16+
1617
A MapLocationFinderResult is returned when you call the methods of the [MapLocationFinder](maplocationfinder.md) class.
1718

18-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
19+
> [!IMPORTANT]
20+
> **Bing Maps for Enterprise service retirement**
21+
>
22+
> 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.
23+
>
24+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
25+
26+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
1927

2028
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2129

windows.services.maps/maplocationfinderstatus.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,16 @@ The query encountered a network failure.
3434
### -field NotSupported:6
3535
The query is not supported.
3636

37-
3837
## -remarks
39-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
38+
39+
> [!IMPORTANT]
40+
> **Bing Maps for Enterprise service retirement**
41+
>
42+
> 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.
43+
>
44+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
45+
46+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
4047

4148
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
4249

windows.services.maps/mapmanager.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ Displays the UI that lets users download maps for offline use, or update maps th
1616
> [!NOTE]
1717
> Offline map downloads stop whenever a [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) is used in any app that's running on the device.
1818
19-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
19+
> [!IMPORTANT]
20+
> **Bing Maps for Enterprise service retirement**
21+
>
22+
> 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.
23+
>
24+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
25+
26+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
2027

2128
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2229

windows.services.maps/mapmaneuvernotices.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ The maneuver includes an unpaved road.
2424

2525

2626
## -remarks
27-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
27+
> [!IMPORTANT]
28+
> **Bing Maps for Enterprise service retirement**
29+
>
30+
> 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.
31+
>
32+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
33+
34+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
2835

2936
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
3037

windows.services.maps/maproute.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ A MapRoute object is returned through the [Route](maproutefinderresult_route.md)
1717

1818
To display a MapRoute on a [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md), construct a [MapRouteView](../windows.ui.xaml.controls.maps/maprouteview.md) with the MapRoute and add the [MapRouteView](../windows.ui.xaml.controls.maps/maprouteview.md) to the [Routes](../windows.ui.xaml.controls.maps/mapcontrol_routes.md) collection of the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md).
1919

20-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
20+
> [!IMPORTANT]
21+
> **Bing Maps for Enterprise service retirement**
22+
>
23+
> 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.
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](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
2128

2229
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2330

windows.services.maps/maproutedrivingoptions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ Represents advanced routing options.
1515
## -remarks
1616
MapRouteDrivingOptions allows you to specify advanced routing options when using the [GetDrivingRouteAsync](maproutefinder_getdrivingrouteasync_1265171240.md) method.
1717

18-
Your [Universal Windows app](/windows/uwp/get-started/universal-application-platform-guide) must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
18+
> [!IMPORTANT]
19+
> **Bing Maps for Enterprise service retirement**
20+
>
21+
> 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.
22+
>
23+
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
24+
25+
Your app must be authenticated before it can use the [MapControl](../windows.ui.xaml.controls.maps/mapcontrol.md) and map services in the [Windows.Services.Maps](windows_services_maps.md) namespace. To authenticate your app, you must specify a maps authentication key.
1926

2027
See [Request a maps authentication key](/windows/uwp/maps-and-location/authentication-key).
2128

0 commit comments

Comments
 (0)