Skip to content

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

@vahidvdn

Description

@vahidvdn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions