Description | : > [!NOTE] > > **Azure Maps Creator retirement** > > 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). The Wayfinding Service is part of Creator, and adheres to the [Open Geospatial Consortium](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) standard. Wayfinding uses indoor map data from the [routeset](/rest/api/maps-creator/routeset) to calculate the best path between two locations within the same facility. For more information, see [Wayfinding](/azure/azure-maps/creator-indoor-maps#wayfinding-preview) in the _Creator for indoor maps_ concepts article. |
Reference | : Link ¶ |
⚼ Request
GET:
/wayfinding/path
{
x-ms-client-id:
string
,
api-version:
string
,
routesetId:
string
,
facilityId:
string
,
fromPoint:
string
,
fromLevel:
integer
,
toPoint:
string
,
toLevel:
integer
,
avoidFeatures:
array
,
minWidth:
number
,
}
⚐ Response (200)
{
noResultExplanation:
enum
,
paths:
}
[
]
,
{
,
lengthInMeters:
number
,
timeInSeconds:
integer
,
legs:
}
[
]
,
{
,
mode:
string
,
lengthInMeters:
number
,
timeInSeconds:
integer
,
startLevel:
integer
,
endLevel:
integer
,
points:
}
[
]
,
{
,
latitude:
number
,
longitude:
number
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}