mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 04:24:44 +00:00
ETAs Service (#31)
This commit is contained in:
19
etas/example-req.json
Normal file
19
etas/example-req.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user