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. -- 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.
