Advertisement
iurisampaio

Untitled

Mar 8th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. "results" : [
  2. {
  3. "address_components" : [
  4. {
  5. "long_name" : "Salvador",
  6. "short_name" : "Salvador",
  7. "types" : [ "administrative_area_level_2", "political" ]
  8. },
  9. {
  10. "long_name" : "State of Bahia",
  11. "short_name" : "BA",
  12. "types" : [ "administrative_area_level_1", "political" ]
  13. },
  14. {
  15. "long_name" : "Brazil",
  16. "short_name" : "BR",
  17. "types" : [ "country", "political" ]
  18. }
  19. ],
  20. "formatted_address" : "Salvador - State of Bahia, Brazil",
  21. "geometry" : {
  22. "bounds" : {
  23. "northeast" : {
  24. "lat" : -12.7445279,
  25. "lng" : -38.2948176
  26. },
  27. "southwest" : {
  28. "lat" : -13.0173785,
  29. "lng" : -38.65741730000001
  30. }
  31. },
  32. "location" : {
  33. "lat" : -12.9722184,
  34. "lng" : -38.5014136
  35. },
  36. "location_type" : "APPROXIMATE",
  37. "viewport" : {
  38. "northeast" : {
  39. "lat" : -12.7445279,
  40. "lng" : -38.2948176
  41. },
  42. "southwest" : {
  43. "lat" : -13.0173785,
  44. "lng" : -38.65741730000001
  45. }
  46. }
  47. },
  48. "partial_match" : true,
  49. "place_id" : "ChIJs6U8onwDFgcRmGYiLJHHnxs",
  50. "types" : [ "administrative_area_level_2", "political" ]
  51. }
  52. ],
  53. "status" : "OK"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement