Skip to content

Instantly share code, notes, and snippets.

@TravelTime-Frontend
Created February 21, 2023 09:26
Show Gist options
  • Save TravelTime-Frontend/11e8f4cc502376d160f5cec6d98af017 to your computer and use it in GitHub Desktop.
Save TravelTime-Frontend/11e8f4cc502376d160f5cec6d98af017 to your computer and use it in GitHub Desktop.
{
"locations": [
{
"id": "Stratford New Town",
"coords": {
"lat": 51.549430780808144,
"lng": 0.0037792150027415876
}
},
{
"id": "Trafalgar Square",
"coords": {
"lat": 51.50767403407928,
"lng": -0.12685849132903163
}
}
],
"arrival_searches": [
{
"id": "Public Transport Commute",
"departure_location_ids": [
"Stratford New Town"
],
"arrival_location_id": "Trafalgar Square",
"transportation": {
"type": "public_transport",
"walking_time": 1200,
"max_changes": {
"enabled": false,
"limit": 0
}
},
"arrival_time": "2021-10-18T09:00:00+01:00",
"properties": [
"route",
"travel_time"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment