PolygonAnnotation constructor

PolygonAnnotation({
  1. required String id,
  2. required Polygon geometry,
  3. bool? fillConstructBridgeGuardRail,
  4. double? fillSortKey,
  5. int? fillBridgeGuardRailColor,
  6. int? fillColor,
  7. double? fillOpacity,
  8. int? fillOutlineColor,
  9. String? fillPattern,
  10. int? fillTunnelStructureColor,
  11. double? fillZOffset,
  12. bool? isDraggable,
  13. Map<String, Object>? customData,
})

Implementation

PolygonAnnotation({
  required this.id,
  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,
});