Leaflet.MultiOptionsPolyline
Leaflet.MultiOptionsPolyline copied to clipboard
Append new point to polylne
Hello,
I have a multicolor polyline. Works as expected.
Now I would like to add a new point to my polyline.
I am trying to use syntax, like for regular polyine however this won't work:
polyline.addLatLng([lat, long]);
What is a proper syntax to do that?