Guest User

Untitled

a guest
Mar 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. {
  2. "results" : [
  3. {
  4. "address_components" : [
  5. {
  6. "long_name" : "204",
  7. "short_name" : "204",
  8. "types" : [ "street_number" ]
  9. },
  10. {
  11. "long_name" : "Mote Mangal Karyalay Road",
  12. "short_name" : "Mote Mangal Karyalay Rd",
  13. "types" : [ "route" ]
  14. },
  15. {
  16. "long_name" : "Bhavani Peth",
  17. "short_name" : "Bhavani Peth",
  18. "types" : [ "neighborhood", "political" ]
  19. },
  20. {
  21. "long_name" : "Shobhapur",
  22. "short_name" : "Shobhapur",
  23. "types" : [ "political", "sublocality", "sublocality_level_3" ]
  24. },
  25. {
  26. "long_name" : "Kasba Peth",
  27. "short_name" : "Kasba Peth",
  28. "types" : [ "political", "sublocality", "sublocality_level_1" ]
  29. },
  30. {
  31. "long_name" : "Pune",
  32. "short_name" : "Pune",
  33. "types" : [ "locality", "political" ]
  34. },
  35. {
  36. "long_name" : "Pune",
  37. "short_name" : "Pune",
  38. "types" : [ "administrative_area_level_2", "political" ]
  39. },
  40. {
  41. "long_name" : "Maharashtra",
  42. "short_name" : "MH",
  43. "types" : [ "administrative_area_level_1", "political" ]
  44. },
  45. {
  46. "long_name" : "India",
  47. "short_name" : "IN",
  48. "types" : [ "country", "political" ]
  49. },
  50. {
  51. "long_name" : "411011",
  52. "short_name" : "411011",
  53. "types" : [ "postal_code" ]
  54. }
  55. ],
  56. "formatted_address" : "204, Mote Mangal Karyalay Rd, Bhavani Peth, Shobhapur, Kasba Peth, Pune, Maharashtra 411011, India",
  57. "geometry" : {
  58. "location" : {
  59. "lat" : 18.5204281,
  60. "lng" : 73.85671429999999
  61. },
  62. "location_type" : "ROOFTOP",
  63. "viewport" : {
  64. "northeast" : {
  65. "lat" : 18.5217770802915,
  66. "lng" : 73.85806328029149
  67. },
  68. "southwest" : {
  69. "lat" : 18.5190791197085,
  70. "lng" : 73.85536531970848
  71. }
  72. }
  73. },
  74. "place_id" : "ChIJ0QwooWXAwjsRZo9UyvEk-t8",
  75. "types" : [ "street_address" ]
  76. }
  77. ],
  78. "status" : "OK"
  79. }
Add Comment
Please, Sign In to add comment