PointRendererConfig<D> constructor
PointRendererConfig<D> ({
- String? customRendererId,
- int layoutPaintOrder = LayoutViewPaintOrder.point,
- List<
PointRendererDecorator< pointRendererDecorators = const [],D> > - double radiusPx = 3.5,
- double? boundsLineRadiusPx,
- double strokeWidthPx = 0.0,
- SymbolRenderer? symbolRenderer,
- 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});