jbdemonte / gmap3

jQuery plugin to create Google maps
http://gmap3.net
668 stars 198 forks source link

7.2 route and directionsrenderer #133

Open ginho1 opened 7 years ago

ginho1 commented 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: {}});

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

pgarnek commented 6 years ago

@ginho1 , did u found a solution?