wrongmove/crawler/code/json/routing_distancematrix.json

32 lines
611 B
JSON
Raw Normal View History

2024-02-29 18:14:42 +01:00
{
"destination_addresses" :
[
"11 Canal Reach, London N1C 4DB, UK"
],
"origin_addresses" :
[
"1 Carville St, Finsbury Park, London N4 3PE, UK"
],
"rows" :
[
{
"elements" :
[
{
"distance" :
{
"text" : "5.4 km",
"value" : 5411
},
"duration" :
{
"text" : "27 mins",
"value" : 1607
},
"status" : "OK"
}
]
}
],
"status" : "OK"
}