Skip to content

Commit 5fc13ef

Browse files
authored
Merge pull request #5454 from MicrosoftDocs/main
publish main into live
2 parents 977e29b + 8c3331c commit 5fc13ef

File tree

9 files changed

+43
-21
lines changed

9 files changed

+43
-21
lines changed

uwp/maps-and-location/authentication-key.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Request a maps authentication key
33
description: Your Universal Windows app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace.
44
ms.assetid: 13B400D7-E13F-4F07-ACC3-9C34087F0F73
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, map authentication key, map control
88
ms.localizationpriority: medium
99
---
1010
# Request a maps authentication key
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

uwp/maps-and-location/display-maps.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22
title: Display maps with 2D, 3D, and Streetside views
33
description: You can show a map in light dismissable window called a map *place card* or in a full featured map control.
44
ms.assetid: 3839E00B-2C1E-4627-A45F-6DDA98D7077F
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, map, location, map control, map views
88
ms.localizationpriority: medium
99
---
1010

1111
# Display maps with 2D, 3D, and Streetside views
1212

13+
> [!IMPORTANT]
14+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
15+
1316
> [!IMPORTANT]
1417
> **Bing Maps for Enterprise service retirement**
1518
>
16-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1720
>
1821
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1922
You can show a map in light dismissable window called a map *placecard* or in a full featured map control.
@@ -220,8 +223,6 @@ myMap.StyleSheet = MapStyleSheet.RoadDark();
220223

221224
You can also use JSON to define custom styles and then use that JSON to create a [**MapStyleSheet**](/uwp/api/windows.ui.xaml.controls.maps.mapstylesheet) object.
222225

223-
Style sheet JSON can be created interactively using the [Map Style Sheet Editor](https://www.microsoft.com/p/map-style-sheet-editor/9nbhtcjt72ft) application.
224-
225226
```csharp
226227
myMap.StyleSheet = MapStyleSheet.ParseFromJson(@"
227228
{

uwp/maps-and-location/display-poi.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Display points of interest (POI) on a map
33
description: Add points of interest (POI) to a map using pushpins, images, shapes, and XAML UI elements.
44
ms.assetid: CA00D8EB-6C1B-4536-8921-5EAEB9B04FCA
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, map, location, pushpins
88
ms.localizationpriority: medium
99
---
1010
# Display points of interest on a map
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

uwp/maps-and-location/elements-of-map-style-sheet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ description: Learn about using map style sheets to define the appearance of map
33
MSHAttr: PreferredLib:/library/windows/apps
44
Search.Product: eADQiWindows 10XVcnh
55
title: Map style sheet reference
6-
ms.date: 06/21/2024
6+
ms.date: 05/27/2025
77
ms.topic: article
88
keywords: windows 10, uwp, maps, map style sheet
99
ms.localizationpriority: medium
1010
---
1111
# Map style sheet reference
1212

13+
> [!IMPORTANT]
14+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
1315
1416
> [!IMPORTANT]
1517
> **Bing Maps for Enterprise service retirement**
1618
>
17-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1820
>
1921
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
2022
@@ -30,5 +32,3 @@ For example, the following JSON can be used to make water areas appear in red, w
3032
"elements":{"water":{"fillColor":"#FF0000","labelColor":"#00FF00"}}
3133
}
3234
```
33-
34-
Style sheets can be created interactively using the [Map Style Sheet Editor](https://www.microsoft.com/p/map-style-sheet-editor/9nbhtcjt72ft) application.

uwp/maps-and-location/geocoding.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Perform geocoding and reverse geocoding
33
description: This guide shows you how to convert street addresses to geographic locations (geocoding) and convert geographic locations to street addresses (reverse geocoding) by calling the methods of the MapLocationFinder class in the Windows.Services.Maps namespace.
44
ms.assetid: B912BE80-3E1D-43BB-918F-7A43327597D2
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, geocoding, map, location
88
ms.localizationpriority: medium
99
---
1010
# Perform geocoding and reverse geocoding
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

uwp/maps-and-location/get-location.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Get the user's location
33
description: Find the user's location and respond to changes in location. Access to the user's location is managed by privacy settings in the Settings app. This topic also shows how to check if your app has permission to access the user's location.
44
ms.assetid: 24DC9A41-8CC1-48B0-BC6D-24BF571AFCC8
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, map, location, location capability
88
ms.localizationpriority: medium
99
---
1010
# Get the user's location
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

uwp/maps-and-location/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Maps and location overview
33
description: This section explains how you can display maps, use map services, find the location, and set up a geofence in your app. This section also shows you how to launch the Windows Maps app to a specific map, route, or a set of turn-by-turn directions.
44
ms.assetid: F4C1F094-CF46-4B15-9D80-C1A26A314521
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, map, location, map services
88
ms.localizationpriority: medium
99
---
1010
# Maps and location overview
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

uwp/maps-and-location/overlay-tiled-images.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
title: Overlay tiled images on a map
33
description: Overlay third-party or custom tiled images on a map by using tile sources. Use tile sources to overlay specialized information such as weather data, population data, or seismic data; or use tile sources to replace the default map entirely.
44
ms.assetid: 066BD6E2-C22B-4F5B-AA94-5D6C86A09BDF
5-
ms.date: 06/21/2024
5+
ms.date: 05/27/2025
66
ms.topic: article
77
keywords: windows 10, uwp, map, location, images, overlay
88
ms.localizationpriority: medium
99
---
1010
# Overlay tiled images on a map
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

uwp/maps-and-location/routes-and-directions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ ms.localizationpriority: medium
99
---
1010
# Display routes and directions on a map
1111

12+
> [!IMPORTANT]
13+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and Windows Maps platform APIs ([Windows.Services.Maps.*](/uwp/api/windows.services.maps)) are deprecated and may not be available in future versions of Windows. For more information, see [Resources for deprecated features](/windows/whats-new/deprecated-features-resources#windows-uwp-map-control-and-windows-maps-platform-apis).
14+
1215
> [!IMPORTANT]
1316
> **Bing Maps for Enterprise service retirement**
1417
>
15-
> The UWP [**MapControl**](/uwp/api/Windows.UI.Xaml.Controls.Maps.MapControl) and map services from the [**Windows.Services.Maps**](/uwp/api/Windows.Services.Maps) namespace 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+
> The UWP [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) and map services from the [Windows.Services.Maps](/uwp/api/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.
1619
>
1720
> For more information, see the [Bing Maps Developer Center](https://www.bingmapsportal.com/) and [Bing Maps documentation](/bingmaps/getting-started/).
1821

0 commit comments

Comments
 (0)