Calculate a distance matrix between points
$ plaza routing matrix
POST/api/v1/matrix
Calculate a distance matrix between points
Calculate a distance matrix between points
plaza routing matrix \
--api-key 'My API Key' \
--destinations '{coordinates: [0], type: Point}' \
--origins '{coordinates: [0], type: Point}'{
"distances": [
[
0
]
],
"durations": [
[
0
]
]
}Returns Examples
{
"distances": [
[
0
]
],
"durations": [
[
0
]
]
}