On Dec 6, 11:02 pm, Ryan Wood <[email protected]> wrote:
> I am using the Geocoding with PHP & MySQL based on the tutorial 
> here:http://code.google.com/apis/maps/articles/phpsqlajax.html
>
> I am able to successfully geocode and eventually map address entries
> on my mysql table. Unfortunately the geocoder seems to stop after 250
> to 350 requests (random). I have over 700 entries in my table. I run
> it one time and it will geocode the first 250, then if I run it again
> it may geocode 5-10 more.
>
> I am using the delay when error602 code from the tutorial posted.
>
> My question is this: Once I have 250 entries that have been geocoded,
> are the geocoded addresses being "re-geoded" even though they do not
> have 0.0,0.0 entries? Also, is there a way that I could have a 1
> second delay between each address query? I know that this may take a
> geocode query a while to complete, but if it will help avert errors
> then I will do it of course.
>
> If you can please help that would be much appreciated.
>
> Summary:
>
> 1. Are geocoded addresses in my database being "re-geocoded"?
>
> 2. Can I place a 1 second delay between EACH address query?
>
> 3. Is there something else that is making the geocode stop after 250
> entries when run on first time?
>
> The geocoder is great but I am trying to figure out why this is
> happening.

Geocoding requests are subject to a quota and rate limiting.

I believe the quota is 2500/day.

This article (from the v3 API):
http://code.google.com/apis/maps/articles/geocodestrat.html

may help you understand.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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