Re: Looping setSearchCompleteCallback

2010-03-31 Thread Rossko
>      localSearch = new GlocalSearch(); "); That's not geocoding, thats using a Business Search Discussion group for that http://groups.google.com/group/Google-AJAX-Search-API Example of multiple geocoding http://econym.org.uk/gmap/geomulti.htm Example of database population http://code.google.

Re: Looping setSearchCompleteCallback

2010-03-31 Thread akkad
Hi, my first impression about your code is that you are executing a batch search without any time interval between searches. Then there is this line: localSearch = new GlocalSearch(); "); This line should be placed before the loop and I don't know what is the "); at the end of the line. That shou

Looping setSearchCompleteCallback

2010-03-31 Thread edenhawk
I have 50 addresses in a database that need the geocodes long/lat adding to new coloums on them and i am having trouble as the "setSearchCompleteCallback" is not looping more than once. I have triple checked my code and it will return the first geocoded variable but on the second loop certain var f