On Apr 15, 2:40 pm, nguyenXH <[email protected]> wrote: > > I would like to know how long do I need to pause between the requests > in order to get rid of the error?
http://code.google.com/apis/maps/faq.html#geocoder_limit The limit is 2500 per 24 hours (= 104 per hour = 1 every 35 seconds). This has recently changed from 15000/day. The geocoder does allow short bursts at a faster rate than that, but even if you continually succeed with an interval of two seconds, you will use up your quota within 35 minutes. -- 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.
