Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "type": "Feature",
  3. "geometry": {
  4. "type": "Point",
  5. "coordinates": [
  6. -40.729423,
  7. 73.981437
  8. ]
  9. },
  10. "properties": {
  11. "phoneFormatted": "(202) 234-7336",
  12. "phone": "2022347336",
  13. "address": "199 Ave A",
  14. "city": "New York",
  15. "country": "United States",
  16. "crossStreet": "at 15th St NW",
  17. "state": "D.C."
  18. }
  19. }
  20.  
  21. "coordinates": [
  22. -40.729423,
  23. 73.981437
  24. ]
  25.  
  26. "coordinates": [
  27. 73.981437,
  28. -40.729423
  29. ]
  30.  
  31. "coordinates": [
  32. -73.981437,
  33. 40.729423
  34. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement