Open vahidvdn opened 4 years ago
As mentioned in the docs:
// remove all polylines mapbox.removePolylines(); // remove specific polylines by id mapbox.removePolylines([1, 2]);
The second one works, but the first one does not.
As mentioned in the docs:
The second one works, but the first one does not.