You can read your xml with GDownloadUrl and then geocode your addresses: http://code.google.com/apis/maps/documentation/services.html#Geocoding
If your addresses are static use a batch geocoder. On 7 Okt., 21:10, jc <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working on a website with google maps api > > I have data table converted to XML file. It has physical address such > as > > <marker name="james" address="123 blahblah ave" city=....> > > there are more than 50 of them. > > However there is no latitude and longitude. > > Is there anyway i can use GDownloadUrl without actually searching > > latitude and longitude mannually? > > I have a test XML file with 4 records (lat and lng entered manully), > and > > it works perfect. However, I'm not sure how to use this xml file with > no lat/lng > > in it. Please share me your knowlege. Thx! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
