Hi you are probably going to have to supply a url with a (non)-working example if you want too much help, but I'd guess from your description that you are not taking account of the fact that route requests are asynchronous, so you might be looking for the result *before* the result has been returned. A quick look at your code seems to confirm that you are not doing a 'wait for result' before generating the next request. That might be enough to get you on the right track. ...stu
On Oct 18, 4:23 pm, Daniel <[email protected]> wrote: > Hello there, > > I am currently having a problem when calculating multiple routes. What > I am try to do is: > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
