Skip to content

Commit 338a4f6

Browse files
Merge pull request #5476 from MicrosoftDocs/alvinashcraft/main-uris-maps-control-deprecation
Remove Maps app URI launch page and add deprecation notes
2 parents e96faeb + 3343aed commit 338a4f6

File tree

9 files changed

+21
-416
lines changed

9 files changed

+21
-416
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8762,7 +8762,7 @@
87628762
},
87638763
{
87648764
"source_path": "uwp/launch-resume/launch-maps-app.md",
8765-
"redirect_url": "/windows/apps/develop/launch/launch-maps-app",
8765+
"redirect_url": "/windows/apps/develop/launch/launch-default-app",
87668766
"redirect_document_id": false
87678767
},
87688768
{
@@ -8889,6 +8889,11 @@
88898889
"source_path": "hub/apps/develop/actions/index.md",
88908890
"redirect_url": "/windows/ai/app-actions/",
88918891
"redirect_document_id": false
8892+
},
8893+
{
8894+
"source_path": "hub/apps/develop/launch/launch-maps-app.md",
8895+
"redirect_url": "/windows/apps/develop/launch/launch-default-app",
8896+
"redirect_document_id": false
88928897
}
88938898
]
88948899
}

hub/apps/develop/launch/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ This section describes how to use a URI to launch your Windows app.
2323
| [Launch an app for results](/windows/uwp/launch-resume/how-to-launch-an-app-for-results) | Learn how to launch an app from another app and exchange data between the two. This is called launching an app for results. |
2424
| [Launch the Windows Settings app](launch-settings-app.md) | Learn how to launch the Windows Settings app from your app. This topic describes the ms-settings URI scheme. Use this URI scheme to launch the Windows Settings app to specific settings pages. |
2525
| [Launch the Microsoft Store app](launch-store-app.md) | This topic describes the ms-windows-store URI scheme. Your app can use this URI scheme to launch the Microsoft Store app to specific pages in the Store. |
26-
| [Launch the Windows Maps app](launch-maps-app.md) | Learn how to launch the Windows Maps app from your app. |
2726
| [Launch the People app](launch-people-app.md) | This topic describes the ms-people URI scheme. Your app can use this URI scheme to launch the People app for specific actions. |
2827
| [Launch screen snipping](launch-screen-snipping.md) | Learn how to use URI schemes to open a new snip, or to open the Snip & Sketch app. |
2928
| [Enable apps for websites using app URI handlers](web-to-app-linking.md) | Drive user engagement with your app by supporting the Apps for Websites feature. |

hub/apps/develop/launch/launch-default-app.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This topic describes the following URI schemes built into Windows:
1818

1919
| URI Scheme | Launches |
2020
| ----------:|----------|
21-
| [bingmaps:, ms-drive-to:, and ms-walk-to:](#maps-app-uri-schemes) | Maps app |
2221
| [http: and https:](#http-uri-scheme) | Default web browser |
2322
| [mailto:](#email-uri-scheme) | Default email app |
2423
| [microsoft-edge:](#microsoft-edge-uri-scheme) | Microsoft Edge browser |
@@ -160,13 +159,18 @@ Use the **http:** URI scheme to launch the default web browser.
160159

161160
### Maps app URI schemes
162161

163-
Use the **bingmaps:**, **ms-drive-to:**, and **ms-walk-to:** URI schemes to [launch the Windows Maps app](launch-maps-app.md) to specific maps, directions, and search results. For example, the following URI opens the Windows Maps app and displays a map centered over New York City.
162+
> [!IMPORTANT]
163+
> The Windows Maps app is deprecated and will be removed from the Microsoft Store by July 2025. At this time, there will also be a final update to the app from the Store that makes it nonfunctional. If you remove the app before July 2025, you can still reinstall it from the Store, but past July 2025 you won't be able to reinstall it.
164+
>
165+
> For more information, see [Resources for deprecated features - Maps app](/windows/whats-new/deprecated-features-resources#maps-app).
166+
167+
Use the **bingmaps:**, **ms-drive-to:**, and **ms-walk-to:** URI schemes to launch the Windows Maps app to specific maps, directions, and search results. For example, the following URI opens the Windows Maps app and displays a map centered over New York City.
164168

165169
`bingmaps:?cp=40.726966~-74.006076`
166170

167171
:::image type="content" source="images/mapnyc.png" alt-text="A screenshot of the Windows Maps app.":::
168172

169-
For more info, see [Launch the Windows Maps app](launch-maps-app.md). To use the map control in your UWP app, see [Display maps with 2D, 3D, and Streetside views](/windows/uwp/maps-and-location/display-maps). If you're using Windows App SDK 1.5 or later in a WinUI app or other desktop app, you can use the [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol).
173+
To use the map control in your UWP app, see [Display maps with 2D, 3D, and Streetside views](/windows/uwp/maps-and-location/display-maps). If you're using Windows App SDK 1.5 or later in a WinUI app or other desktop app, you can use the [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol).
170174

171175
### Messaging app URI scheme
172176

0 commit comments

Comments
 (0)