key: ********************curl --location '/matrix?key=%3Capi-key%3E' \
--header 'Content-Type: application/json' \
--data '{
"from_points": [
[
-0.11379003524780275,
51.53664617804063
],
[
-0.10866165161132814,
51.538621486960956
],
[
-0.11059284210205078,
51.53245503603458
]
],
"to_points": [
[
-0.09576559066772462,
51.512882367963456
],
[
-0.08797645568847656,
51.51317615367198
]
],
"from_point_hints": [
"Copenhagen Street",
"Richmond Avenue",
"White Lion Street"
],
"to_point_hints": [
"Cannon",
"Cornhill"
],
"out_arrays": [
"weights",
"times",
"distances"
],
"vehicle": "car"
}'{
"distances": [
[
0,
97653,
48887
],
[
97426,
0,
121035
],
[
49006,
121049,
0
]
],
"times": [
[
0,
4197,
2994
],
[
4192,
0,
6074
],
[
3006,
6062,
0
]
],
"weights": [
[
0,
5662.551,
3727.147
],
[
5653.807,
0,
7889.653
],
[
3741.528,
7878.365,
0
]
],
"info": {
"copyrights": [
"GraphHopper",
"OpenStreetMap contributors"
]
}
}