Guest User

Untitled

a guest
Jan 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "type" : "car",
  3. "distance" : 30,
  4. "location" : {
  5. "type" : "Point",
  6. "coordinates" : [
  7. 51.7867481,
  8. -0.2016516
  9. ]
  10. }
  11. }
  12.  
  13. {
  14. "type" : "passenger",
  15. "location" : {
  16. "type" : "Point",
  17. "coordinates" : [
  18. 47.7867481,
  19. -2.2016516
  20. ]
  21. }
  22. }
Add Comment
Please, Sign In to add comment