Distance Matrix
GET
https://api.woosmap.com/indoor/distancematrix/{venue_id}
Get distances and durations for a matrix of origins and destinations, based on the recommended route between start and end points for a specified travel mode. The API returns information consisting of rows containing distance and duration values for each pair of start and end point. The returned distances are designed to be used to find and sort multiple assets by road distance. Duration values are provided as complementary info.
Rate limit: 20/1s
Authorization
Path Parameters
venue_id
string required
Query Parameters
origins
string required
destinations
string required
language
string Defaults to
en routing_profile
string Defaults to
"" units
object Defaults to
metric Response
OK
{
"rows": [],
"status": "OK"
}