PolygonAnnotation constructor
PolygonAnnotation({})
Implementation
PolygonAnnotation({
required this.id,
required this.geometry,
this.fillSortKey,
this.fillColor,
this.fillOpacity,
this.fillOutlineColor,
this.fillPattern,
this.fillZOffset,
});