Is it possible to filter out counties (not countries) from Google Autocomplete? -


i return state, cities, , zipcodes within us. restricting results regions within us. bring state, cities , zipcodes adds in others such counties. how can restrict results find state, cities , zipcodes?

this have:

   var autocomplete = new google.maps.places.autocomplete(input, {          types: ['(regions)'],          componentrestrictions: {             country: 'us'         }     }); 


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -