it is possible to filter autocomplete places (api v3) to search the streets with only a specific zip code or city?
Now my configuration is the following
var options = {
componentRestrictions: {country: "it"},
types: ['geocode']
};
var input = document.getElementById('searchTextField');
var autocomplete = new google.maps.places.Autocomplete(input,options);
Now it is filtered only by country “it”, I would to search all streets of that are it, battipaglia (CITY) OR 84091 (ZIP CODE)
thanks in advance
you can use bounds, but you will have to be able to specify the lat and long