PolylineAnnotation constructor

PolylineAnnotation(
  1. {required String id,
  2. Map<String?, Object?>? geometry,
  3. LineJoin? lineJoin,
  4. double? lineSortKey,
  5. double? lineBlur,
  6. int? lineBorderColor,
  7. double? lineBorderWidth,
  8. int? lineColor,
  9. double? lineGapWidth,
  10. double? lineOffset,
  11. double? lineOpacity,
  12. String? linePattern,
  13. 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,
});