Advertisement
Galebickosikasa

Untitled

Jul 9th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "vehicles" : [{
  3. "vehicle_id" : "traveling_salesman",
  4. "start_address" : {
  5. "location_id" : "0",
  6. "lon": 37.574739,
  7. "lat": 55.828516
  8. },
  9. "type_id" : "default",
  10. "return_to_depot":true
  11. }],
  12. "vehicle_types" : [{
  13. "type_id" : "default",
  14. "profile" : "car"
  15. }],
  16. "services" : [{
  17. "id" : "1",
  18. "name" : "no_name",
  19. "address": {
  20. "location_id": "37.586342_55.752698",
  21. "lon": 37.586342,
  22. "lat": 55.752698
  23. }
  24. }, {
  25. "id" : "2",
  26. "name" : "no_name",
  27. "address": {
  28. "location_id": "37.757864_55.660200",
  29. "lon": 37.757864,
  30. "lat": 55.660200
  31. }
  32. }]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement