PointRendererConfig<D> constructor

PointRendererConfig<D>({
  1. String? customRendererId,
  2. int layoutPaintOrder = LayoutViewPaintOrder.point,
  3. List<PointRendererDecorator<D>> pointRendererDecorators = const [],
  4. double radiusPx = 3.5,
  5. double? boundsLineRadiusPx,
  6. double strokeWidthPx = 0.0,
  7. SymbolRenderer? symbolRenderer,
  8. Map<String, SymbolRenderer>? customSymbolRenderers,
})

Implementation

PointRendererConfig(
    {this.customRendererId,
    this.layoutPaintOrder = LayoutViewPaintOrder.point,
    this.pointRendererDecorators = const [],
    this.radiusPx = 3.5,
    this.boundsLineRadiusPx,
    this.strokeWidthPx = 0.0,
    this.symbolRenderer,
    this.customSymbolRenderers});