I am using Google Autocomplete Place API it is working fine by using the below piece of code.
autocompleteform = new google.maps.places.Autocomplete(
(document.getElementById('autocomplete')),
{}
);
Now the issue is it is auto-suggesting addresses from the whole world. I want to show the result of a particular country let say Switzerland, how to do this?