I have a table of contacts with street addresses that get updated nightly, so I was then re-geocoding them to ensure that any address changes were reflected in the map the next day. Any other suggestions? I don't need the update to be fast - maybe I put a one second delay in and the geocoding takes place over an hour or so?
On Jun 27, 11:30 pm, Chris Broadfoot <[email protected]> wrote: > Yes, geocoding is rate limited. Why are you batch geocoding? > > --http://twitter.com/broady > > > > > > > > On Tue, Jun 28, 2011 at 11:17 AM, Paul <[email protected]> wrote: > > Last week I was testing a geocoding script that would run nightly via > > CRON and make ~600 calls/night. During testing, I inadvertently went > > over my daily limit one day, and now almost a week later, when the > > script runs nightly, I am still getting the OVER_QUERY_LIMIT > > response... I have triple checked that I am not making any other > > calls, and I own the IP address, there is nobody else using it. Has > > anyone seen this before, and if so anything you can recommend? The > > script is tested and ready to go into a production environment, but we > > are stuck. > > > Thanks for any info/advice. > > > PS> is it possible that the speed of the calls are at issue here, > > rather than the number? I am way under the 2500 limit, but the calls > > get fired off from a for loop in quick succession. > > > -- > > 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. -- 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.
