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: articles/azure-maps/how-to-creator-wayfinding.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ ms.subservice: creator
12
12
13
13
# Indoor maps wayfinding service (preview)
14
14
15
+
> [!NOTE]
16
+
>
17
+
> **Azure Maps Creator retirement**
18
+
>
19
+
> The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation).
20
+
15
21
The Azure Maps Creator [wayfinding service] allows you to navigate from place to place anywhere within your indoor map. The service utilizes stairs and elevators to navigate between floors and provides guidance to help you navigate around physical obstructions. This article describes how to generate a path from a starting point to a destination point in a sample indoor map.
16
22
17
23
## Prerequisites
@@ -101,12 +107,6 @@ The `facilityId`, a property of the routeset, is a required parameter when searc
101
107
102
108
## Get a wayfinding path
103
109
104
-
> [!NOTE]
105
-
>
106
-
> **Azure Maps Creator retirement**
107
-
>
108
-
> The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation).
109
-
110
110
Use the [wayfinding API] to generate a path from the routeset you created in the previous section. The wayfinding API requires a query that contains start and end points in an indoor map, along with floor level ordinal numbers. For more information about Creator wayfinding, see [wayfinding] in the concepts article.
0 commit comments