On Sep 14, 3:07 pm, g <[EMAIL PROTECTED]> wrote: > Thanks for the reply, John. I did take a look initially while keeping > that in mind. I do suspect that it has to do with the asynchronous > behavior of the script. I have added 'settimeout' at a couple of > places in the script, but they don't seem to help.
setTimeout is not the right way to fix asynchronous problems. See Mike Williams' discussion on the topic in his tutorial... Neither of the links you posted works > > Thanks > > On Sep 11, 6:40 pm, "maps.huge.info [Maps API Guru]" > > <[EMAIL PROTECTED]> wrote: > > Without even looking at it I can tell you must be having anissuewith > > the asynchronous nature of the function. Remember, things that go out > > to the web for more information happen asynchronously, so code that > > follows such a call won't know what's going to happen as those > > function calls are 'disconnected' from the rest of the code being > > processed. Take another look at what you're doing with that in mind, > > that will most likely be why you're experiencing difficulty. > > > -John Coryat > > >http://maps.huge.info > > >http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
