Hi, If I try to use the http based reverse geocoding with the following parameters e.g.:
http://maps.google.com/maps/geo?output=kml&sensor=true&key=MY_APPLICATION_KEY&hl=en&q=60.2442,24.9885 The response is the following: <?xml version="1.0" encoding="UTF-8" ?> <kml xmlns="http://earth.google.com/kml/2.0"><Response> <name>60.24,24.99</name> <Status> <code>200</code> <request>geocode</request> </Status> <Placemark id="p1"> <address>Isonkaivontie 2, 00720 HelsÃnquia, Finland</address> <AddressDetails Accuracy="8" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL: 2.0"><Country><CountryNameCode>FI</ CountryNameCode><CountryName>Finland</ CountryName><AdministrativeArea><AdministrativeAreaName>Southern Finland</ AdministrativeAreaName><SubAdministrativeArea><SubAdministrativeAreaName>Nyland</ SubAdministrativeAreaName><Locality><LocalityName>HelsÃnquia</ LocalityName><Thoroughfare><ThoroughfareName>2 Isonkaivontie</ ThoroughfareName></Thoroughfare><PostalCode><PostalCodeNumber>00720</ PostalCodeNumber></PostalCode></Locality></SubAdministrativeArea></ AdministrativeArea></Country></AddressDetails> <Point><coordinates>24.9899274,60.2399636,0</coordinates></Point> </Placemark> ....... </Response></kml> The problem is the the city name is translated in Portuguese. If I try other languages (e.g. hl=hu or hl=de), it works fine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
