I am using Google geocoding to locate user-submitted addresses. $coordinates = $xml->Response->Placemark->Point->coordinates;
However, the coordinates provided by Google geocoder are inaccurate, leaving my markers kind of hanging out in space. For example, using google.com, one address geocodes to: 44.047021,-122.984197 and yet the geocoder provides these coordinates for the same address: 44.045826,-122.984190 [3000+Main,+Springfield,OR+97477] Another, via google.com: 44.053513,-123.027606 and using the geocoder: 44.052350,-123.027591 [800+Water+St,+Springfield,OR+97477] Any help is appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
