I am currently trying to geocode a list of addresses. I need a gap of
two seconds between each geocode request. I have searched elsewhere on
the discussion forum but couldn't find anything. This is what I am
currently using but its bad.
P.S. It is also very difficult for me to put my code on a website as
it is currenlt embedded into delphi code so everything is in a weird
format, sorry.
var finished = false;
setTimeout("finished = true;",5000);
while(!finished)
;
Any help would be much appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---