removeMapPolylineLayer abstract method
- String name
Removes the polyline layer identified by a name from this map scene, including all polylines contained in it.
nameThe 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);