mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
valid json for routing
This commit is contained in:
@@ -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
|
||||
}
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user