Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Using parameter component with latlng results in filtering of response and response gives only country information not the full address information.

Example:
https://maps.googleapis.com/maps/api/geocode/json?latlng=28.648381,77.097312&components=country:IN&key=API_KEY

results in

{
   "results" : 
   [
      {
         "address_components" : 
         [
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 35.6733149,
                  "lng" : 97.39535869999999
               },
               "southwest" : 
               {
                  "lat" : 6.4626999,
                  "lng" : 68.1097
               }
            },
            "location" : 
            {
               "lat" : 20.593684,
               "lng" : 78.96288
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 35.6733149,
                  "lng" : 97.39535869999999
               },
               "southwest" : 
               {
                  "lat" : 6.4626999,
                  "lng" : 68.1097
               }
            }
         },
         "place_id" : "ChIJkbeSa_BfYzARphNChaFPjNc",
         "types" : 
         [
            "country",
            "political"
         ]
      }
   ],
   "status" : "OK"
}

Where as https://maps.googleapis.com/maps/api/geocode/json?latlng=28.648381,77.097312&key=API_KEY

results in

{
   "plus_code" : 
   {
      "compound_code" : "J3XW+9W3 Delhi, India",
      "global_code" : "7JWVJ3XW+9W3"
   },
   "results" : 
   [
      {
         "address_components" : 
         [
            {
               "long_name" : "189",
               "short_name" : "189",
               "types" : 
               [
                  "premise"
               ]
            },
            {
               "long_name" : "Block K",
               "short_name" : "Block K",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_3"
               ]
            },
            {
               "long_name" : "Ram Nagar",
               "short_name" : "Ram Nagar",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_2"
               ]
            },
            {
               "long_name" : "Vishnu Garden",
               "short_name" : "Vishnu Garden",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "New Delhi",
               "short_name" : "New Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "189, Block K, Ram Nagar, Vishnu Garden, New Delhi, Delhi, 110018, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.64852519999999,
                  "lng" : 77.0973875
               },
               "southwest" : 
               {
                  "lat" : 28.6483621,
                  "lng" : 77.09724
               }
            },
            "location" : 
            {
               "lat" : 28.6484463,
               "lng" : 77.09732009999999
            },
            "location_type" : "ROOFTOP",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6497926302915,
                  "lng" : 77.09866273029151
               },
               "southwest" : 
               {
                  "lat" : 28.6470946697085,
                  "lng" : 77.0959647697085
               }
            }
         },
         "place_id" : "ChIJqXPQeoMEDTkRxJLSnKNHbbo",
         "types" : 
         [
            "premise"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "215/B",
               "short_name" : "215/B",
               "types" : 
               [
                  "premise"
               ]
            },
            {
               "long_name" : "DDA Colony",
               "short_name" : "DDA Colony",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_3"
               ]
            },
            {
               "long_name" : "Block K",
               "short_name" : "Block K",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_2"
               ]
            },
            {
               "long_name" : "Ram Nagar",
               "short_name" : "Ram Nagar",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "New Delhi",
               "short_name" : "New Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "215/B, DDA Colony, Block K, Ram Nagar, New Delhi, Delhi, 110018, India",
         "geometry" : 
         {
            "location" : 
            {
               "lat" : 28.648326,
               "lng" : 77.097207
            },
            "location_type" : "ROOFTOP",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.64967498029149,
                  "lng" : 77.09855598029151
               },
               "southwest" : 
               {
                  "lat" : 28.64697701970849,
                  "lng" : 77.0958580197085
               }
            }
         },
         "place_id" : "ChIJiajGZIMEDTkRZXgLgqY10mU",
         "plus_code" : 
         {
            "compound_code" : "J3XW+8V New Delhi, Delhi, India",
            "global_code" : "7JWVJ3XW+8V"
         },
         "types" : 
         [
            "street_address"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Mamchand Road",
               "short_name" : "Mamchand Rd",
               "types" : 
               [
                  "route"
               ]
            },
            {
               "long_name" : "DDA Colony",
               "short_name" : "DDA Colony",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_3"
               ]
            },
            {
               "long_name" : "Chand Nagar",
               "short_name" : "Chand Nagar",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_2"
               ]
            },
            {
               "long_name" : "Vishnu Garden",
               "short_name" : "Vishnu Garden",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "214, Near Chand Nagar Gurudwara, Tilak Nagar, Mamchand Rd, DDA Colony, Chand Nagar, Vishnu Garden, Delhi, 110018, India",
         "geometry" : 
         {
            "location" : 
            {
               "lat" : 28.6484011,
               "lng" : 77.0971746
            },
            "location_type" : "GEOMETRIC_CENTER",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6497500802915,
                  "lng" : 77.09852358029151
               },
               "southwest" : 
               {
                  "lat" : 28.64705211970849,
                  "lng" : 77.09582561970851
               }
            }
         },
         "place_id" : "ChIJ81JKe4MEDTkRF_SwkehjDlc",
         "plus_code" : 
         {
            "compound_code" : "J3XW+9V Delhi, India",
            "global_code" : "7JWVJ3XW+9V"
         },
         "types" : 
         [
            "establishment",
            "point_of_interest",
            "store"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "J3XW+9W",
               "short_name" : "J3XW+9W",
               "types" : 
               [
                  "plus_code"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "J3XW+9W Delhi, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.64849999999999,
                  "lng" : 77.097375
               },
               "southwest" : 
               {
                  "lat" : 28.648375,
                  "lng" : 77.09725
               }
            },
            "location" : 
            {
               "lat" : 28.648381,
               "lng" : 77.097312
            },
            "location_type" : "GEOMETRIC_CENTER",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6497864802915,
                  "lng" : 77.09866148029151
               },
               "southwest" : 
               {
                  "lat" : 28.6470885197085,
                  "lng" : 77.0959635197085
               }
            }
         },
         "place_id" : "GhIJB1kWTPylPEARiWAcXDpGU0A",
         "plus_code" : 
         {
            "compound_code" : "J3XW+9W Delhi, India",
            "global_code" : "7JWVJ3XW+9W"
         },
         "types" : 
         [
            "plus_code"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Mamchand Road",
               "short_name" : "Mamchand Rd",
               "types" : 
               [
                  "route"
               ]
            },
            {
               "long_name" : "DDA Colony",
               "short_name" : "DDA Colony",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_3"
               ]
            },
            {
               "long_name" : "Chand Nagar",
               "short_name" : "Chand Nagar",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_2"
               ]
            },
            {
               "long_name" : "Vishnu Garden",
               "short_name" : "Vishnu Garden",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "Mamchand Rd, DDA Colony, Chand Nagar, Vishnu Garden, Delhi, 110018, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6485452,
                  "lng" : 77.0975249
               },
               "southwest" : 
               {
                  "lat" : 28.6483588,
                  "lng" : 77.0975212
               }
            },
            "location" : 
            {
               "lat" : 28.648452,
               "lng" : 77.09752300000001
            },
            "location_type" : "GEOMETRIC_CENTER",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6498009802915,
                  "lng" : 77.0988720302915
               },
               "southwest" : 
               {
                  "lat" : 28.6471030197085,
                  "lng" : 77.0961740697085
               }
            }
         },
         "place_id" : "ChIJExEDcIMEDTkRdtWBIh5Vni4",
         "types" : 
         [
            "route"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "DDA Colony",
               "short_name" : "DDA Colony",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_3"
               ]
            },
            {
               "long_name" : "Chaukhandi",
               "short_name" : "Chaukhandi",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_2"
               ]
            },
            {
               "long_name" : "Vishnu Garden",
               "short_name" : "Vishnu Garden",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "DDA Colony, Chaukhandi, Vishnu Garden, Delhi, 110018, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.64958489999999,
                  "lng" : 77.0975526
               },
               "southwest" : 
               {
                  "lat" : 28.644611,
                  "lng" : 77.09219139999999
               }
            },
            "location" : 
            {
               "lat" : 28.646242,
               "lng" : 77.09349859999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.64958489999999,
                  "lng" : 77.0975526
               },
               "southwest" : 
               {
                  "lat" : 28.644611,
                  "lng" : 77.09219139999999
               }
            }
         },
         "place_id" : "ChIJD4ma14QEDTkRlFjrA1UsHwk",
         "types" : 
         [
            "political",
            "sublocality",
            "sublocality_level_3"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Chand Nagar",
               "short_name" : "Chand Nagar",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_2"
               ]
            },
            {
               "long_name" : "Vishnu Garden",
               "short_name" : "Vishnu Garden",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "Chand Nagar, Vishnu Garden, Delhi, 110018, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.650958,
                  "lng" : 77.100954
               },
               "southwest" : 
               {
                  "lat" : 28.6446569,
                  "lng" : 77.09395309999999
               }
            },
            "location" : 
            {
               "lat" : 28.6485532,
               "lng" : 77.09889369999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.650958,
                  "lng" : 77.100954
               },
               "southwest" : 
               {
                  "lat" : 28.6446569,
                  "lng" : 77.09395309999999
               }
            }
         },
         "place_id" : "ChIJJyPSn4QEDTkR8vOLbVOL4IQ",
         "types" : 
         [
            "political",
            "sublocality",
            "sublocality_level_2"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Vishnu Garden",
               "short_name" : "Vishnu Garden",
               "types" : 
               [
                  "political",
                  "sublocality",
                  "sublocality_level_1"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            },
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            }
         ],
         "formatted_address" : "Vishnu Garden, Delhi, 110018, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.660536,
                  "lng" : 77.106911
               },
               "southwest" : 
               {
                  "lat" : 28.640465,
                  "lng" : 77.08431399999999
               }
            },
            "location" : 
            {
               "lat" : 28.6519345,
               "lng" : 77.09407179999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.660536,
                  "lng" : 77.106911
               },
               "southwest" : 
               {
                  "lat" : 28.640465,
                  "lng" : 77.08431399999999
               }
            }
         },
         "place_id" : "ChIJb0L-WpsEDTkRoBZ6o4IHIT0",
         "types" : 
         [
            "political",
            "sublocality",
            "sublocality_level_1"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "110018",
               "short_name" : "110018",
               "types" : 
               [
                  "postal_code"
               ]
            },
            {
               "long_name" : "New Delhi",
               "short_name" : "New Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "New Delhi, Delhi, 110018, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6610623,
                  "lng" : 77.1101034
               },
               "southwest" : 
               {
                  "lat" : 28.625111,
                  "lng" : 77.0602006
               }
            },
            "location" : 
            {
               "lat" : 28.6436082,
               "lng" : 77.08698369999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.6610623,
                  "lng" : 77.1101034
               },
               "southwest" : 
               {
                  "lat" : 28.625111,
                  "lng" : 77.0602006
               }
            }
         },
         "place_id" : "ChIJr_ECD5sEDTkRN_4gFZb0VZ4",
         "types" : 
         [
            "postal_code"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Patel Nagar",
               "short_name" : "Patel Nagar",
               "types" : 
               [
                  "administrative_area_level_4",
                  "political"
               ]
            },
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "Patel Nagar, Delhi, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.67542689999999,
                  "lng" : 77.1811924
               },
               "southwest" : 
               {
                  "lat" : 28.5962173,
                  "lng" : 77.02199689999999
               }
            },
            "location" : 
            {
               "lat" : 28.6504955,
               "lng" : 77.1223201
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.67542689999999,
                  "lng" : 77.1811924
               },
               "southwest" : 
               {
                  "lat" : 28.5962173,
                  "lng" : 77.02199689999999
               }
            }
         },
         "place_id" : "ChIJBblK8J8EDTkRwy-PRHYrdvw",
         "types" : 
         [
            "administrative_area_level_4",
            "political"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "West Delhi",
               "short_name" : "West Delhi",
               "types" : 
               [
                  "administrative_area_level_3",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "West Delhi, Delhi, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.7020508,
                  "lng" : 77.1811924
               },
               "southwest" : 
               {
                  "lat" : 28.5962173,
                  "lng" : 76.9538
               }
            },
            "location" : 
            {
               "lat" : 28.6580724,
               "lng" : 77.06402299999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.7020508,
                  "lng" : 77.1811924
               },
               "southwest" : 
               {
                  "lat" : 28.5962173,
                  "lng" : 76.9538
               }
            }
         },
         "place_id" : "ChIJpzxpCVcEDTkRJ6lFFSLbnkM",
         "types" : 
         [
            "administrative_area_level_3",
            "political"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Delhi",
               "short_name" : "Delhi",
               "types" : 
               [
                  "locality",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "Delhi, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.88284,
                  "lng" : 77.342264
               },
               "southwest" : 
               {
                  "lat" : 28.50197,
                  "lng" : 76.8378199
               }
            },
            "location" : 
            {
               "lat" : 28.6814551,
               "lng" : 77.22279
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.88284,
                  "lng" : 77.342264
               },
               "southwest" : 
               {
                  "lat" : 28.50197,
                  "lng" : 76.8378199
               }
            }
         },
         "place_id" : "ChIJL_P_CXMEDTkRw0ZdG-0GVvw",
         "types" : 
         [
            "locality",
            "political"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "Delhi Division, Delhi, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.8834997,
                  "lng" : 77.3475704
               },
               "southwest" : 
               {
                  "lat" : 28.4046675,
                  "lng" : 76.8388921
               }
            },
            "location" : 
            {
               "lat" : 28.7040592,
               "lng" : 77.10249019999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.8834997,
                  "lng" : 77.3475704
               },
               "southwest" : 
               {
                  "lat" : 28.4046675,
                  "lng" : 76.8388921
               }
            }
         },
         "place_id" : "ChIJD_4qKwr9DDkRMZPsk7HlpJY",
         "types" : 
         [
            "administrative_area_level_2",
            "political"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "Delhi",
               "short_name" : "DL",
               "types" : 
               [
                  "administrative_area_level_1",
                  "political"
               ]
            },
            {
               "long_name" : "Delhi Division",
               "short_name" : "Delhi Division",
               "types" : 
               [
                  "administrative_area_level_2",
                  "political"
               ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "Delhi, India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 28.8834997,
                  "lng" : 77.3475704
               },
               "southwest" : 
               {
                  "lat" : 28.4046675,
                  "lng" : 76.8388921
               }
            },
            "location" : 
            {
               "lat" : 28.7040592,
               "lng" : 77.10249019999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 28.8834997,
                  "lng" : 77.3475704
               },
               "southwest" : 
               {
                  "lat" : 28.4046675,
                  "lng" : 76.8388921
               }
            }
         },
         "place_id" : "ChIJLbZ-NFv9DDkRQJY4FbcFcgM",
         "types" : 
         [
            "administrative_area_level_1",
            "political"
         ]
      },
      {
         "address_components" : 
         [
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : 
               [
                  "country",
                  "political"
               ]
            }
         ],
         "formatted_address" : "India",
         "geometry" : 
         {
            "bounds" : 
            {
               "northeast" : 
               {
                  "lat" : 35.6733149,
                  "lng" : 97.39535869999999
               },
               "southwest" : 
               {
                  "lat" : 6.4626999,
                  "lng" : 68.1097
               }
            },
            "location" : 
            {
               "lat" : 20.593684,
               "lng" : 78.96288
            },
            "location_type" : "APPROXIMATE",
            "viewport" : 
            {
               "northeast" : 
               {
                  "lat" : 35.6733149,
                  "lng" : 97.39535869999999
               },
               "southwest" : 
               {
                  "lat" : 6.4626999,
                  "lng" : 68.1097
               }
            }
         },
         "place_id" : "ChIJkbeSa_BfYzARphNChaFPjNc",
         "types" : 
         [
            "country",
            "political"
         ]
      }
   ],
   "status" : "OK"
}
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.