PolygonAnnotationOptions constructor

PolygonAnnotationOptions({
  1. required Polygon geometry,
  2. bool? fillConstructBridgeGuardRail,
  3. double? fillSortKey,
  4. int? fillBridgeGuardRailColor,
  5. int? fillColor,
  6. double? fillOpacity,
  7. int? fillOutlineColor,
  8. String? fillPattern,
  9. int? fillTunnelStructureColor,
  10. double? fillZOffset,
  11. bool? isDraggable,
  12. 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,
});