Am I using http://maps.google.com/maps/geo ? web service for geocoding some addresses.
The problem is that a more complete address does not necessarily give a more accurate geocode.
for example, in Llantisilio, Denbyshire, UK is much more accurate than Llantysilio, Llangollen, Denbighshire, UK
The Accuracy attribute in XML is not very helpful in choosing the address to select.
How did other people deal with this problem? Is there a good way to choose the best geocode that works mostly / all the time?
* edit A bit of additional information - when I put a more complete address, the first line of the address is ignored, and the geocoder goes to another, but exact address, which is the central street located in the additional line added to the address. In this example, he selects Castle Street on average llangollen, apparently ignoring Llantysilio.
Edit kdgregory: here are two API requests I used (missing an API key, it seems no problem):
http://maps.google.com/maps/geo?q=Llantysilio,+Denbighshire,+UK&sensor=false&output=xml http://maps.google.com/maps/geo?q=Llantysilio,Llangollen,++Denbighshire,+UK&sensor=false&output=xml
google-maps geocoding street-address
wheresrhys
source share