{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Wayfinding API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Wayfinding",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Use To Calculate The Best Path Between Two Locations Within A Facility",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/wayfinding/path",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "routesetId",
"value": "",
"type": "query",
"description": "The ID of the routeset to query from."
},
{
"name": "facilityId",
"value": "",
"type": "query",
"description": "The identifier of the facility within the routeset where to find the path."
},
{
"name": "fromPoint",
"value": "",
"type": "query",
"description": "The path origin point in the following format: {latitude},{longitude}."
},
{
"name": "fromLevel",
"value": "",
"type": "query",
"description": "The path origin level."
},
{
"name": "toPoint",
"value": "",
"type": "query",
"description": "The path destination in the following format: {latitude},{longitude}."
},
{
"name": "toLevel",
"value": "",
"type": "query",
"description": "The path destination level."
},
{
"name": "avoidFeatures",
"value": "",
"type": "query",
"description": "To avoid certain types of connectors in the resulting path. Multiple values can be specified."
},
{
"name": "minWidth",
"value": "",
"type": "query",
"description": "The minimum width (in meters) of openings in the searched path. For example, if you specified a minimum width of 0.85, the searched path will avoid openings less than 85 centimeters wide. Note: by using this value, the resulting path points will be buffered from walls and other vertical obstacles by half of the width provided."
}
]
},
"docs": "
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."
}
]
}
],
"bundled": true
}