[
{
"name": "My bike",
"type": "Personal",
"route": [
{
"step": 1,
"type": "cycling",
"route": {
"routes": [{
"distance": 1523.4,
"duration": 365.2,
"geometry": {
"type": "LineString",
"coordinates": [[-73.9851, 40.7589], [-73.9712, 40.7614]]
},
"legs": [...]
}],
"waypoints": [...],
"code": "Ok"
}
}
],
"destination": {
"name": "Central Park",
"latitude": 40.7614,
"longitude": -73.9712
}
},
{
"name": "Citi Bike",
"type": "GBFS",
"route": [
{
"step": 1,
"type": "walking",
"route": {
"routes": [{
"distance": 245.8,
"duration": 180.0,
"geometry": {...}
}]
}
},
{
"step": 2,
"type": "cycling",
"route": {
"routes": [{
"distance": 1200.5,
"duration": 288.0,
"geometry": {...}
}]
}
},
{
"step": 3,
"type": "walking",
"route": {
"routes": [{
"distance": 150.2,
"duration": 110.0,
"geometry": {...}
}]
}
}
],
"destination": {
"name": "Central Park",
"latitude": 40.7614,
"longitude": -73.9712
}
},
{
"name": "Lime",
"type": "Dockless",
"route": [
{
"step": 1,
"type": "walking",
"route": {...}
},
{
"step": 2,
"type": "cycling",
"route": {...}
}
],
"destination": {
"name": "Central Park",
"latitude": 40.7614,
"longitude": -73.9712
}
}
]