For this query: http://maps.google.com/maps/geo?q=2057+Autoroute+440%2C+Laval%2C+QC%2C+H7L+3W3%2C+CA&output=xml
I am getting back: <?xml version="1.0" encoding="UTF-8" ?> <kml xmlns="http://earth.google.com/kml/2.0"><Response> <name>2057 Autoroute 440, Laval, QC, H7L 3W3, CA</name> <Status> <code>200</code> <request>geocode</request> </Status> <Placemark id="p1"> <address>2057 Autoroute 440, Laval, QC H7L 3W3, Canada</address> <AddressDetails Accuracy="8" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL: 2.0"><Country><CountryNameCode>CA</ CountryNameCode><CountryName>Canada</ CountryName><AdministrativeArea><AdministrativeAreaName>QC</ AdministrativeAreaName><Locality><LocalityName>Laval</ LocalityName><Thoroughfare><ThoroughfareName>Autoroute 440</ ThoroughfareName></Thoroughfare><PostalCode><PostalCodeNumber>H7L 3W3</ PostalCodeNumber></PostalCode></Locality></AdministrativeArea></ Country></AddressDetails> <ExtendedData> <LatLonBox north="45.5793559" south="45.5766579" east="-73.7467050" west="-73.7494030" /> </ExtendedData> <Point><coordinates>-73.7480617,45.5780128,0</coordinates></Point> </Placemark> </Response></kml> The thing that is strange is that the "address" field correctly has the "2057" street number, and the accuracy is "8", but the "ThoroughfareName" field is missing the street number. Is this normal behavior, or is it a bug? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
