CircleLayer constructor

CircleLayer(
  1. {required dynamic id,
  2. dynamic visibility,
  3. dynamic minZoom,
  4. dynamic maxZoom,
  5. required String sourceId,
  6. String? sourceLayer,
  7. double? circleSortKey,
  8. double? circleBlur,
  9. int? circleColor,
  10. double? circleOpacity,
  11. CirclePitchAlignment? circlePitchAlignment,
  12. CirclePitchScale? circlePitchScale,
  13. double? circleRadius,
  14. int? circleStrokeColor,
  15. double? circleStrokeOpacity,
  16. double? circleStrokeWidth,
  17. List<double?>? circleTranslate,
  18. CircleTranslateAnchor? circleTranslateAnchor}
)

Implementation

CircleLayer({
  required id,
  visibility,
  minZoom,
  maxZoom,
  required this.sourceId,
  this.sourceLayer,
  this.circleSortKey,
  this.circleBlur,
  this.circleColor,
  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);