hy,
I don't know how to do this. Please help me. I'm gonna be crazy.
My problem :
I want to reverse geocode some points with lat/lng. So I check in my database if I know the rev.geocoded address of this point, else I ask to google reverse geocoding service.
then I save this address in my database for future use.
But, when I have more than 20 positions to rev. geocode, I've got the same message : Over_Query_Limit. Certainely because of request limitation per second.
In fact, on client-side, after calling a WebService, I draw an html table in a div. For each cell of this table I check if I need to RG.
If true, I call RG Service from my Google Map. Parameters for this function : this.RG(cell, lat, lng, callbackFct).
How to resolve my problem ?
PS: Sorry for my horrific english.