On May 9, 7:24 am, harik <[email protected]> wrote: > I read that , we can store the geocodes in a Database and the show > them as markers. > But here also it would need to run through a loop ,so as to generate > and send them to database? > Will it work then?
If you throttle it properly to avoid running into the quota or the rate limit. See this page from Mike Williams' tutorial: More advanced stuff - Part 17 Geocoding multiple addresses http://econym.org.uk/gmap/geomulti.htm -- Larry > > On May 9, 9:14 am, harik <[email protected]> wrote: > > > so how can I proceed with this .I have array of locations ,to be shown > > on a map ? > > is there any other way? > > > On May 9, 4:18 am, Rossko <[email protected]> wrote: > > > > > While I am executing this, I see the markers only when I use some > > > > alert statements,otherwise if I remove them I do not see any markers > > > > on the map. > > > > Geocoding is asynchronous, geocoding in a tight loop will > > > failhttp://groups.google.com/group/google-maps-api/search?group=google-ma... > > > > Geocoding known addresses at every page load is a bad idea in general. > > -- 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.
