PolygonAnnotationOptions constructor
PolygonAnnotationOptions({ - required Polygon geometry,
- bool? fillConstructBridgeGuardRail,
- double? fillSortKey,
- int? fillBridgeGuardRailColor,
- int? fillColor,
- double? fillOpacity,
- int? fillOutlineColor,
- String? fillPattern,
- int? fillTunnelStructureColor,
- double? fillZOffset,
- bool? isDraggable,
- Map<String, Object>? customData,
})
Implementation
PolygonAnnotationOptions({
required this.geometry,
this.fillConstructBridgeGuardRail,
this.fillSortKey,
this.fillBridgeGuardRailColor,
this.fillColor,
this.fillOpacity,
this.fillOutlineColor,
this.fillPattern,
this.fillTunnelStructureColor,
this.fillZOffset,
this.isDraggable,
this.customData,
});