With A US or canadian address I can geo code with Google API like this:
http://maps.googleapis.com/maps/api/geocode/json?sensor=false&address=4060 st. Anderson ave,north vancouver, bc,canada
But when I pass an address for iceland, I get no results. I tried setting the region to "region=is"
http://maps.googleapis.com/maps/api/geocode/json?sensor=false&address=Arnarsmára 2,Kópavogur,201,Ísland
Notice how the address is in icelandic completely. Is there something special I need to do?
Using the Google Maps web site I can enter that Icelandic address and it shows me the map nicely.