ok i found a solution

the solution is to set timouts basedon the for loop\

        for (var i = start; i < end; i++)
        {
                setTimeout("drawRoute("+i+","+ start +","+ end +")", (i-start  
+1)
*2000);

        }

with drawRoute containing gdirections.loadFromWaypoints with all the
treatment to be done.
thanks for ur help

...and happy coding :P


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to