Re: still 620 error with a setTimeout
You need to have timeouts *between* your geocoder requests.
What you're doing is creating lots of 100ms timeouts at once, setting
them to trigger 100ms from "now". Nothing happens for 1/10th of a
second, then your timers suddenly all go off and you send lots of
geocoder requests simultaneously.
--
Mike Williams
http://econym.org.uk/gmap
--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home