The geocoder seems to be working in Sweden.
I tried using the address used in the script: http://maps.google.com/maps/geo?&out...almo,%20sweden
The link above with my key returns the following XML:
PHP Code:
<?xml version="1.0" encoding="UTF-8" ?>
- <kml xmlns="http://earth.google.com/kml/2.0">
- <Response>
<name>kungsgatan 24, malmo, Sweden</name>
- <Status>
<code>200</code>
<request>geocode</request>
</Status>
- <Placemark id="p1">
<address>Kungsgatan 24, 21149 Malmö, Sweden</address>
- <AddressDetails Accuracy="8" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0">
- <Country>
<CountryNameCode>SE</CountryNameCode>
- <AdministrativeArea>
- <SubAdministrativeArea>
<SubAdministrativeAreaName>Skåne Län</SubAdministrativeAreaName>
- <Locality>
<LocalityName>Malmö</LocalityName>
- <Thoroughfare>
<ThoroughfareName>Kungsgatan 24</ThoroughfareName>
</Thoroughfare>
- <PostalCode>
<PostalCodeNumber>21149</PostalCodeNumber>
</PostalCode>
</Locality>
</SubAdministrativeArea>
</AdministrativeArea>
</Country>
</AddressDetails>
- <Point>
<coordinates>13.012206,55.602050,0</coordinates>
</Point>
</Placemark>
</Response>
</kml>
But it doesn´t render properly. Inspireme, is this what you mean by checking Geocode-support?