PolylineAnnotation constructor

PolylineAnnotation(
  1. {required String id,
  2. Map<String?, Object?>? geometry,
  3. LineJoin? lineJoin,
  4. double? lineSortKey,
  5. double? lineBlur,
  6. int? lineColor,
  7. double? lineGapWidth,
  8. double? lineOffset,
  9. double? lineOpacity,
  10. String? linePattern,
  11. double? lineWidth}
)

Implementation

PolylineAnnotation({
  required this.id,
  this.geometry,
  this.lineJoin,
  this.lineSortKey,
  this.lineBlur,
  this.lineColor,
  this.lineGapWidth,
  this.lineOffset,
  this.lineOpacity,
  this.linePattern,
  this.lineWidth,
});