I am working on Google autocomplete api to show search results.
I wanted to restrict search results to cities
eg Mumbai
I am successful in restricting to country but not cities
https://maps.googleapis.com/maps/api/place/autocomplete/json?&components=country:in&key=API_key&input=carter
when I try &components=administrative_area_level_3:mumbai for city restriction , I get INVALID_REQUEST