Advertisement
Guest User

Untitled

a guest
May 25th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [
  2. {
  3. 'address_components': [
  4. {
  5. 'long_name': 'Antwerp',
  6. 'short_name': 'Antwerp',
  7. 'types': [
  8. 'locality',
  9. 'political'
  10. ]
  11. },
  12. {
  13. 'long_name': 'Antwerp',
  14. 'short_name': 'AN',
  15. 'types': [
  16. 'administrative_area_level_2',
  17. 'political'
  18. ]
  19. },
  20. {
  21. 'long_name': 'Flanders',
  22. 'short_name': 'Flanders',
  23. 'types': [
  24. 'administrative_area_level_1',
  25. 'political'
  26. ]
  27. },
  28. {
  29. 'long_name': 'Belgium',
  30. 'short_name': 'BE',
  31. 'types': [
  32. 'country',
  33. 'political'
  34. ]
  35. }
  36. ],
  37. 'formatted_address': 'Antwerp, Belgium',
  38. 'geometry': {
  39. 'bounds': {
  40. 'northeast': {
  41. 'lat': 51.3774301,
  42. 'lng': 4.49784
  43. },
  44. 'southwest': {
  45. 'lat': 51.14333999999999,
  46. 'lng': 4.217600099999999
  47. }
  48. },
  49. 'location': {
  50. 'lat': 51.2194475,
  51. 'lng': 4.4024643
  52. },
  53. 'location_type': 'APPROXIMATE',
  54. 'viewport': {
  55. 'northeast': {
  56. 'lat': 51.3774301,
  57. 'lng': 4.49784
  58. },
  59. 'southwest': {
  60. 'lat': 51.14333999999999,
  61. 'lng': 4.217600099999999
  62. }
  63. }
  64. },
  65. 'place_id': 'ChIJfYjDv472w0cRuIqogoRErz4',
  66. 'types': [
  67. 'locality',
  68. 'political'
  69. ]
  70. }
  71. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement