On Jul 20, 7:23 pm, Jenn <[email protected]> wrote: > I have been developing a mashup between Google Maps and Google Base > results and didn't realize I was able to get the LatLong from my > Google Base feed sometimes. This means I was geocoding each returned > result to place it on the map. I can only get 250 results at a time, > but as I was developing yesterday I was doing a LOT of refreshes (as > anyone who programs will do) so when I got the "OVER_QUERY_LIMIT" I > thought "oops" and commented that out while I moved onto something > else last night. > > I have since realized on most Google Base results I can get the > LatLong. So I added in code to check for that today and then > uncommented my geocoding for just those that don't return LatLong in > their records. > > However, the first time my code tried to geocode anything today, I got > the same error message about being over the limit! I thought this > limit was a daily limit (meaning reset the next day)? Did going over > yesterday somehow lock my account/IP so I cannot geocode anymore? Who > can I contact about reinstating this? I was just developing - my site > won't go over with the fixes I now have in place. > > Any ideas?
There is a rate limit as well as a daily quota. You haven't given us a link to your map or shown us how you are ensuring that you don't exceed the limits now. How do you prevent your code from exceeding the rate limit? -- Larry > > Jenn -- 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.
