Skip to content

Instantly share code, notes, and snippets.

@oblonski
Created July 17, 2024 07:29
Show Gist options
  • Save oblonski/9ebc9a32bc20083259500ab2ffd66af4 to your computer and use it in GitHub Desktop.
Save oblonski/9ebc9a32bc20083259500ab2ffd66af4 to your computer and use it in GitHub Desktop.
{
"configuration": {
"routing": {
"calc_points": true,
"return_snapped_waypoints": true
}
},
"objectives": [
{
"type": "min",
"value": "completion_time"
}
],
"vehicles": [
{
"vehicle_id": "v1",
"type_id": "custom_vehicle_type",
"start_address": {
"location_id": "v1",
"lat": 48.142667,
"lon": 11.548715
},
"return_to_depot": true,
"break":{
"duration":10,
"max_driving_time":1400
}
}
],
"vehicle_types": [
{
"type_id": "custom_vehicle_type",
"profile": "truck"
}
],
"services": [
{
"id": "s1",
"type": "service",
"address": {
"location_id": "s1",
"lat": 48.08641845016677,
"lon": 11.516493414687789
},
"duration": 120
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment