how to limit the google place search boundary within a city, and establishments.
I want the user to be able to search establishments within a certain area - city
var options = {
componentRestrictions: {
country: 'PH'}
};
var autocomplete = new google.maps.places.Autocomplete(input, options);
autocomplete.bindTo('bounds', map);