On Jul 21, 10:43 am, J S <[email protected]> wrote: > Thanks. Do you happen to know what an acceptable rate is? I have found > discussion on other forums but no one seems to know a definitive answer. > Some suggest spacing each query by 3-8 seconds, and some suggest that the > limit might be 104 per hour.
2500 queries / day / IP = 2500/24 = 104/hr = 1.736/min So almost certainly if you do 1 minute you should be OK for long periods of time, going faster than that for any period of time abuses the service and runs the risk of getting the OVER_QUERY_LIMIT error. Perhaps you need to rethink your design or get a premier/enterprise license that increases your quota (if such a thing is possible). -- Larry > > Jim -- 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.
