When Geocoding service is invoked with the query input as
ranchi,jharkhand,india, the xml returned by Geocoding service has
hindi (indian language) characters in address element.

The query for Geocoding is as follows:

http://maps.google.com/maps/geo?q=ranchi,jharkhand,india&output=xml&oe=utf8&sensor=true&key=<MYKEY>

XML returned by the service is as follows:

<?xml version="1.0" encoding="UTF-8" ?>
- <kml xmlns="http://earth.google.com/kml/2.0";>
- <Response>
  <name>ranchi,jharkhand,india</name>
- <Status>
  <code>200</code>
  <request>geocode</request>
  </Status>
- <Placemark id="p1">
  <address>Ranchi, झारखण्ड, India</address>
- <AddressDetails Accuracy="4"
xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0">
- <Country>
  <CountryNameCode>IN</CountryNameCode>
  <CountryName>India</CountryName>
- <AdministrativeArea>
  <AdministrativeAreaName>झारखण्ड</AdministrativeAreaName>
- <SubAdministrativeArea>
  <SubAdministrativeAreaName>Ranchi</SubAdministrativeAreaName>
- <Locality>
  <LocalityName>Ranchi</LocalityName>
  </Locality>
  </SubAdministrativeArea>
  </AdministrativeArea>
  </Country>
  </AddressDetails>
- <ExtendedData>
  <LatLonBox north="23.4389026" south="23.2750047" east="85.4634324"
west="85.2073136" />
  </ExtendedData>
- <Point>
  <coordinates>85.3353730,23.3569790,0</coordinates>
  </Point>
  </Placemark>
  </Response>
  </kml>

How can we get the address element characters in English language


--

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=.


Reply via email to