On Jul 9, 6:33 pm, Anatolica <[email protected]> wrote: > > I try for 4 seconds. Again i get limit massage. > You must be right about falling foul 104/hour >
the javascript API has two limits, firstly a small number (for example 10 requests) that you can do at any speed, and then after that, a fixed rate per request (for example 2 requests per second). so maybe it's the same with the web service API. Maybe you can make the first 100 requests at any speed you like, but then after that only 100 requests per hour (1 request every 36 seconds)?? ... -- 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.
