0
votes

I am running an google place auto complete item.

I placed a restriction to output only address on a particular country. using the componentRestrictions: {country: 'fr'} code.

This worked very fine, until 25 July 2012. The country restriction failed and all address are now suddenly displayed.

I have gone back to test the sample code on google map website https://developers.google.com/maps/documentation/javascript/places#places_autocomplete

and loaded it on http://jsfiddle.net/csdk3/

and I still get all address without restricted country.

Will appreciate if I could get some help.

Thanks.

1
@user1550387 do you have similar problems to - user1550387
if you mean me: no, I don't have problems, but I see that it's not working as expected and it's already confirmed as a bug by google, so the only thing you can do for now is: wait for a bugfix - Dr.Molle
thanks you. now I can go to sleep, realizing the fault is not from me. - user1550387

1 Answers

1
votes

There was a bug which was recognized, and subsequently fixed by Google.

Demo is working now. (Australian locations only)