CircleLayer constructor
CircleLayer({ - required String id,
- Visibility? visibility,
- List<Object>? visibilityExpression,
- List<Object>? filter,
- double? minZoom,
- double? maxZoom,
- String? slot,
- required String sourceId,
- String? sourceLayer,
- CircleElevationReference? circleElevationReference,
- List<Object>? circleElevationReferenceExpression,
- double? circleSortKey,
- List<Object>? circleSortKeyExpression,
- double? circleBlur,
- List<Object>? circleBlurExpression,
- int? circleColor,
- List<Object>? circleColorExpression,
- double? circleEmissiveStrength,
- List<Object>? circleEmissiveStrengthExpression,
- double? circleOpacity,
- List<Object>? circleOpacityExpression,
- CirclePitchAlignment? circlePitchAlignment,
- List<Object>? circlePitchAlignmentExpression,
- CirclePitchScale? circlePitchScale,
- List<Object>? circlePitchScaleExpression,
- double? circleRadius,
- List<Object>? circleRadiusExpression,
- int? circleStrokeColor,
- List<Object>? circleStrokeColorExpression,
- double? circleStrokeOpacity,
- List<Object>? circleStrokeOpacityExpression,
- double? circleStrokeWidth,
- List<Object>? circleStrokeWidthExpression,
- List<double?>? circleTranslate,
- List<Object>? circleTranslateExpression,
- CircleTranslateAnchor? circleTranslateAnchor,
- List<Object>? circleTranslateAnchorExpression,
})
Implementation
CircleLayer({
required super.id,
super.visibility,
super.visibilityExpression,
super.filter,
super.minZoom,
super.maxZoom,
super.slot,
required this.sourceId,
this.sourceLayer,
this.circleElevationReference,
this.circleElevationReferenceExpression,
this.circleSortKey,
this.circleSortKeyExpression,
this.circleBlur,
this.circleBlurExpression,
this.circleColor,
this.circleColorExpression,
this.circleEmissiveStrength,
this.circleEmissiveStrengthExpression,
this.circleOpacity,
this.circleOpacityExpression,
this.circlePitchAlignment,
this.circlePitchAlignmentExpression,
this.circlePitchScale,
this.circlePitchScaleExpression,
this.circleRadius,
this.circleRadiusExpression,
this.circleStrokeColor,
this.circleStrokeColorExpression,
this.circleStrokeOpacity,
this.circleStrokeOpacityExpression,
this.circleStrokeWidth,
this.circleStrokeWidthExpression,
this.circleTranslate,
this.circleTranslateExpression,
this.circleTranslateAnchor,
this.circleTranslateAnchorExpression,
});