You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/launch/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ This section describes how to use a URI to launch your Windows app.
23
23
|[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. |
24
24
|[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. |
25
25
|[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. |
27
26
|[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. |
28
27
|[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. |
29
28
|[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. |
|[microsoft-edge:](#microsoft-edge-uri-scheme)| Microsoft Edge browser |
@@ -160,13 +159,18 @@ Use the **http:** URI scheme to launch the default web browser.
160
159
161
160
### Maps app URI schemes
162
161
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.
164
168
165
169
`bingmaps:?cp=40.726966~-74.006076`
166
170
167
171
:::image type="content" source="images/mapnyc.png" alt-text="A screenshot of the Windows Maps app.":::
168
172
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).
0 commit comments