valid json for routing

This commit is contained in:
Asim Aslam
2021-06-01 15:03:08 +01:00
parent 26bf7a7535
commit 3f0e1364f9

View File

@@ -30,8 +30,7 @@
}
},
"response": {
"directions": [
{
"directions": [{
"name": "Torstraße",
"instruction": "depart ",
"distance": 748.7000122070312,
@@ -44,8 +43,7 @@
},
"action": "depart"
},
"intersections": [
{
"intersections": [{
"location": {
"latitude": 52.529432,
"longitude": 13.397627
@@ -139,8 +137,7 @@
"action": "turn",
"direction": "left"
},
"intersections": [
{
"intersections": [{
"location": {
"latitude": 52.527166,
"longitude": 13.387215
@@ -325,8 +322,7 @@
},
"action": "arrive"
},
"intersections": [
{
"intersections": [{
"location": {
"latitude": 52.517036,
"longitude": 13.388798
@@ -334,12 +330,10 @@
"bearings": [
354
]
}
]
}]
}
],
"waypoints": [
{
"waypoints": [{
"name": "Torstraße",
"location": {
"latitude": 52.529432,
@@ -521,8 +515,7 @@
"response": {
"distance": 1899.800048828125,
"duration": 258.20001220703125,
"waypoints": [
{
"waypoints": [{
"name": "Torstraße",
"location": {
"latitude": 52.529432,
@@ -682,7 +675,8 @@
"latitude": 52.517036,
"longitude": 13.388798
}
}]
}
]
}
}]
}