> I have no idea why there would be OVER_QUERY_LIMIT error, but isn't
> that on a per client basis anyway? I certainly haven't made 2500
> geolocation requests today. That seems very odd.

Not odd at all.  2500/day is one every 35 seconds.   Google do allow
you to have small bursts, but they do also apply a rate limit which
your method is clearly breaking.   You need to throttle your
requests.   Your map is going to load very slowly if you geocode every
time someone views it.

Geocode your data at point of entry to the database ; it matters not
if it changes daily.  Not only does it prevent your application from
hogging resources shared by other people, but your own map will
perform many times faster.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to