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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -