Open ginho1 opened 7 years ago
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: {}});
$("#mapID").gmap3({action:"clear", name:"directionRenderer"});
$("#mapID").gmap3({clear: {}});
but in gmap3 7.2 is not possible clear routes and directionsrenderer.
@ginho1 , did u found a solution?
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.