A GetRoute method question
my question is: is it possible to pass to the callback function of the getroute method other parameters apart from the routepoints themself? The situation is that i have a callback function where I process the route points, and sometimes i made a recursive call to getRoute method using the same function as callback; i would like to pass to that recursive function the value of a local variable along with the getRoute points. Is it possible somehow?
If it isn't too clear i will post some code this afternoon.
thanks very much for ur time!
Dario -Argentina

