On Aug 23, 9:57 pm, Harsha <[email protected]> wrote: > > is there any solution other than pre-geocoding? like creating some > delays between requests or something similar? >
you need adaptive delays, and a control over the number of simultaneous requests, and the capability to make the requests in sequence (only sending a request once you have received a response from the previous request) Here's an example which shows 20 random addresses: http://www.william-map.com/20100823/2/addr.htm ... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
