addPolylineShape abstract method
Future<String>
addPolylineShape(
- WebShapePoint point,
- PolylineStyle style, {
- String? id,
- int zOrder = 10001,
Implementation
Future<String> addPolylineShape(WebShapePoint point, PolylineStyle style,
{String? id, int zOrder = 10001});