addMapPolylineToLayer abstract method
- MapPolyline mapPolyline,
- String layerName
Adds a single polyline to the layer identified by a layer name.
The layer must have been created via MapScene.addMapPolylineLayer before calling this method.
-
mapPolylineThe map polyline to be added to the layer. -
layerNameThe name of the layer to add the polyline to.
Returns bool. true if the layer exists and the polyline was added, false otherwise.
Implementation
bool addMapPolylineToLayer(MapPolyline mapPolyline, String layerName);