On Oct 7, 1:13 pm, jc <[EMAIL PROTECTED]> wrote: > thx for information. > > however, I'm still not quiet sure how geocode works with address > inside XML > > does geocode go inside of GDownloadURl?
Yes, it would, if you are doing it client side (in the browser). Then pay attention to this: Part 17 Geocoding multiple addresses http://econym.org.uk/gmap/geomulti.htm from Mike Williams' tutorial, as you need to wait for each request to finish before sending the next (probably not recommended for 50 addresses). You are probably better off geocoding them offline and storing the coordinates in your database (or xml file) if they don't change. -- Larry > > 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 -~----------~----~----~----~------~----~------~--~---
