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