jbdemonte/gmap3

7.2 route and directionsrenderer

ginho1 opened this issue · 1 comments

in gmap3 7.2 is not more possible clear routes,

in 6.1 or old revs we can do it easely:
$("#mapID").gmap3({action:"clear", name:"directionRenderer"});
or
$("#mapID").gmap3({clear: {}});

but in gmap3 7.2 is not possible clear routes and directionsrenderer.

@ginho1 , did u found a solution?