PolylineAnnotationOptions constructor
PolylineAnnotationOptions({ - required LineString geometry,
- double? lineElevationGroundScale,
- LineJoin? lineJoin,
- double? lineSortKey,
- double? lineZOffset,
- double? lineBlur,
- int? lineBorderColor,
- double? lineBorderWidth,
- int? lineColor,
- double? lineEmissiveStrength,
- double? lineGapWidth,
- double? lineOffset,
- double? lineOpacity,
- String? linePattern,
- double? lineWidth,
- bool? isDraggable,
- Map<String, Object>? customData,
})
Implementation
PolylineAnnotationOptions({
required this.geometry,
this.lineElevationGroundScale,
this.lineJoin,
this.lineSortKey,
this.lineZOffset,
this.lineBlur,
this.lineBorderColor,
this.lineBorderWidth,
this.lineColor,
this.lineEmissiveStrength,
this.lineGapWidth,
this.lineOffset,
this.lineOpacity,
this.linePattern,
this.lineWidth,
this.isDraggable,
this.customData,
});