PolylineAnnotationOptions constructor

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

Implementation

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