CircleLayer constructor
CircleLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- dynamic slot,
- required String sourceId,
- String? sourceLayer,
- double? circleSortKey,
- double? circleBlur,
- int? circleColor,
- double? circleEmissiveStrength,
- double? circleOpacity,
- CirclePitchAlignment? circlePitchAlignment,
- CirclePitchScale? circlePitchScale,
- double? circleRadius,
- int? circleStrokeColor,
- double? circleStrokeOpacity,
- double? circleStrokeWidth,
- List<double?>? circleTranslate,
- CircleTranslateAnchor? circleTranslateAnchor}
)
Implementation
CircleLayer({
required id,
visibility,
minZoom,
maxZoom,
slot,
required this.sourceId,
this.sourceLayer,
this.circleSortKey,
this.circleBlur,
this.circleColor,
this.circleEmissiveStrength,
this.circleOpacity,
this.circlePitchAlignment,
this.circlePitchScale,
this.circleRadius,
this.circleStrokeColor,
this.circleStrokeOpacity,
this.circleStrokeWidth,
this.circleTranslate,
this.circleTranslateAnchor,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);