PolylineAnnotationOptions constructor

PolylineAnnotationOptions({
  1. required LineString geometry,
  2. LineJoin? lineJoin,
  3. double? lineSortKey,
  4. double? lineZOffset,
  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

PolylineAnnotationOptions({
  required this.geometry,
  this.lineJoin,
  this.lineSortKey,
  this.lineZOffset,
  this.lineBlur,
  this.lineBorderColor,
  this.lineBorderWidth,
  this.lineColor,
  this.lineGapWidth,
  this.lineOffset,
  this.lineOpacity,
  this.linePattern,
  this.lineWidth,
});