On Aug 20, 3:45 pm, adriano75 <[email protected]> wrote: > I just found this : > > "... The issue is not one of counting but of frequency. The Google > Geocoder > doesn't keep a count of your requests, it keeps track of the frequency > of requests, so if you put in a burst of 3000 requests in a short > time, you'll get blocked but if you put in a request every 5.8 > seconds, you'll never be blocked."
There is both a quota and a rate limit. The rate limit is not documented, but one would expect that if you keep the rate of your queries below the rate required to violate the quota, you should be OK. -- Larry > > Is this correct ? > > Thanks > > On 7 ago, 13:38, "[email protected]" <[email protected]> wrote: > > > On Aug 7, 1:16 am, adriano75 <[email protected]> wrote: > > > > Hi > > > What´s the reallimitpor HTTP geocode requests: 2,500 our 15,000 per > > > day? > > >http://code.google.com/apis/maps/documentation/geocoding/#Limits > > > > Thanks > > > Adriano -- 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.
