Polygon constructor
Polygon(
- String _id,
- PolygonOptions options, [
- Map? _data
Implementation
Polygon(this._id, this.options, [this._data]);
Polygon(this._id, this.options, [this._data]);