removeMapPolylineLayer abstract method

bool removeMapPolylineLayer(
  1. String name
)

Removes the polyline layer identified by a name from this map scene, including all polylines contained in it.

  • name The name of the layer to remove.

Returns bool. true if the layer was found and removed, false if no layer with that name exists.

Implementation

bool removeMapPolylineLayer(String name);