Hi,

I need to request reverse_geo_coding every second but then I got this
error: G_GEO_TOO_MANY_QUERIES

I checked google api document here: 
http://code.google.com/apis/maps/documentation/reference.html

G_GEO_TOO_MANY_QUERIES
= 620    The given key has gone over the requests limit in the 24 hour
period or has submitted too many requests in too short a period of
time. If you're sending multiple requests in parallel or in a tight
loop, use a timer or pause in your code to make sure you don't send
the requests too quickly.

I would like to know how long do I need to pause between the requests
in order to get rid of the error?

Thanks in advance

-- 
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.

Reply via email to