Guest User

Untitled

a guest
Jun 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "name": "taxi-white",
  3. "commonName": "Taxi blanco",
  4. "prices": [
  5. {
  6. "currency": "MXN",
  7. "normal": 12,
  8. "student": 10,
  9. "schedule": "05:00 - 17:00"
  10. },
  11. {
  12. "currency": "MXN",
  13. "normal": 15,
  14. "student": 15,
  15. "schedule": "17:01 - 4:59"
  16. }
  17. ],
  18. "places": [
  19. {
  20. "isBase": true,
  21. "name": "Base - <address>",
  22. "lat": 32.12312,
  23. "lng": 98.123
  24. },
  25. {
  26. "isBase": false,
  27. "name": "Cetys",
  28. "lat": 32.5059848,
  29. "lng": -116.9241589
  30. },
  31. {
  32. "isBase": true,
  33. "name": "Base - <address>",
  34. "lat": 33.81273,
  35. "lng": 92.123
  36. }
  37. ],
  38. "gpx": "file-location.gpx"
  39. }
Add Comment
Please, Sign In to add comment