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