Yermo / nativescript-mapbox

:statue_of_liberty: :tokyo_tower: :mount_fuji: Native OpenGL powered Maps, by Mapbox
MIT License
194 stars 94 forks source link

[iOS] removePolylines does not work without passing parameter #381

Open vahidvdn opened 4 years ago

vahidvdn commented 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.