If I am using google maps with jquery ui autocomplete, is it possible to filter by country?
So, if I wanted to display results only in the USA, can I still use the following code:
componentRestrictions: {country: "us"}
It doesnt seem to work as shown here:
Any input from someone who has done this before would be appreciated.
I have use it like this and it worked for me.
points is the id of the textfield which should work with autocomplete