CircleLayer constructor
CircleLayer(- {required String id,
- Visibility? visibility,
- double? minZoom,
- double? maxZoom,
- String? 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 String id,
Visibility? visibility,
double? minZoom,
double? maxZoom,
String? 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);