It seems that names and descriptions in the gro coding api have messed up returning results in different languages. http://maps.google.com/maps/geo?q=Udine&output=xml&file=api&hl=en&oe=utf-8&key=PUT KEY
This query, both with hl parameter set up to en or it does return administrative area name in German?!?! (see below) This has been happening since a couple of weeks: before it was returning the names in the correct language Any help/suggestion ? Is it the same for you ? Is it a new bug ? <?xml version="1.0" encoding="UTF-8" ?> - <kml xmlns="http://earth.google.com/kml/2.0"> - <Response> <name>Udine</name> - <Status> <code>200</code> <request>geocode</request> </Status> - <Placemark id="p1"> <address>Udine, Udine (Friaul-Julisch-Venetien), Italia</address> - <AddressDetails Accuracy="4" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"> - <Country> <CountryNameCode>IT</CountryNameCode> - <AdministrativeArea> <AdministrativeAreaName>Friaul-Julisch-Venetien</ AdministrativeAreaName> - <SubAdministrativeArea> <SubAdministrativeAreaName>Udine</SubAdministrativeAreaName> - <Locality> <LocalityName>Udine</LocalityName> </Locality> </SubAdministrativeArea> </AdministrativeArea> </Country> </AddressDetails> - <Point> <coordinates>13.230725,46.064942,0</coordinates> </Point> </Placemark> </Response> </kml> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
