PolylineAnnotation constructor
PolylineAnnotation(- {required String id,
- Map<String?, Object?>? geometry,
- LineJoin? lineJoin,
- double? lineSortKey,
- double? lineBlur,
- int? lineBorderColor,
- double? lineBorderWidth,
- int? lineColor,
- double? lineGapWidth,
- double? lineOffset,
- double? lineOpacity,
- String? linePattern,
- double? lineWidth}
)
Implementation
PolylineAnnotation({
required this.id,
this.geometry,
this.lineJoin,
this.lineSortKey,
this.lineBlur,
this.lineBorderColor,
this.lineBorderWidth,
this.lineColor,
this.lineGapWidth,
this.lineOffset,
this.lineOpacity,
this.linePattern,
this.lineWidth,
});