I'm using leaflet js component and using 'AddPolyline' action to generate polylines. Now I'm struggling to remove all the polylines. I'm not getting how to remove polylines once it is generated.
Any suggestions?
Hi,
You can use the Hide action to remove objects from the map. Have you tried that?
Greetings,
Vincent
let me check this.
what we need to pass in this 'ObjectName' ?
I'm getting error If I pass my MapName.
Got it whatever the polylines names are there we can pass that.
Thanks man.