Hello guys,

I have a small problem while working with Google Maps version 2.0.

Call to GClientGeocoder.getLocations returns status = 400 because the
word "Tokyo" is retured as "Tōkyō"

Below is the Request URI and the response it generates.

URI: 
https://maps-api-ssl.google.com/maps/geo?oe=utf-8&q=tokyo&client=gme-lanyon&sensor=false&hl=en&output=xml&oe=utf-8


<?xml version="1.0" encoding="UTF-8" ?>
 <kml xmlns="http://earth.google.com/kml/2.0";>
 <Response>
  <name>tokyo</name>
 <Status>
  <code>200</code>
  <request>geocode</request>
  </Status>
 <Placemark id="p1">
  <address>Tōkyō Metropolis, Japan</address>
 <AddressDetails Accuracy="2"
xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0">
 <Country>
  <CountryNameCode>JP</CountryNameCode>
  <CountryName>Japan</CountryName>
 <AdministrativeArea>
  <AdministrativeAreaName>Tōkyō Metropolis</AdministrativeAreaName>
  </AdministrativeArea>
  </Country>
  </AddressDetails>
 <ExtendedData>
  <LatLonBox north="35.9789570" south="35.3989637" east="140.2039440"
west="139.1794688" />
  </ExtendedData>
 <Point>
  <coordinates>139.6917064,35.6894875,0</coordinates>
  </Point>
  </Placemark>
  </Response>
  </kml>

Thanks in advance.
Mandy.

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

Reply via email to