I need to draw multiple routes on a google map. By googeling around i found 2 solutions. 1 was to create and render each route in a sepparate DirectionsRenderer object. The other solution (which i have found here) suggests storing the polygons in a array and draw them out all at once (which seems like a better solution to me)
The problem is, i am unable to find a way to get all the polygons on the map. Does anyone has a snippet of code on how to do this?