I have a requirement of plotting two routes on the map. Say from point A to B and then, from point B to C and display total distance and time. The problem is that when i try to plot the second route, the first route disappers. I am able to collect the itinary informations of both these routes, so plotting pushpins for both these routes is possible.Any idea how can i retain the first route driving lines on the map and able to call the getRoute method again for the second route.
I guess, when GetRoute method is called second time, it deletes previous routes from the map.