ETAs Service (#31)

This commit is contained in:
ben-toogood
2020-12-15 14:11:34 +00:00
committed by GitHub
parent 47f52e4a2f
commit da97810f24
15 changed files with 1437 additions and 0 deletions

19
etas/example-req.json Normal file
View File

@@ -0,0 +1,19 @@
{
"pickup": {
"id": "shenfield-station",
"latitude": 51.6308,
"longitude": 0.3295
},
"waypoints": [
{
"id": "nandos",
"latitude": 51.6199,
"longitude": 0.2999
},
{
"id": "brentwood-station",
"latitude": 51.6136,
"longitude": 0.2996
}
]
}