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