HillshadeLayer constructor

HillshadeLayer(
  1. {required dynamic id,
  2. dynamic visibility,
  3. dynamic minZoom,
  4. dynamic maxZoom,
  5. dynamic slot,
  6. required String sourceId,
  7. String? sourceLayer,
  8. int? hillshadeAccentColor,
  9. double? hillshadeExaggeration,
  10. int? hillshadeHighlightColor,
  11. HillshadeIlluminationAnchor? hillshadeIlluminationAnchor,
  12. double? hillshadeIlluminationDirection,
  13. int? hillshadeShadowColor}
)

Implementation

HillshadeLayer({
  required id,
  visibility,
  minZoom,
  maxZoom,
  slot,
  required this.sourceId,
  this.sourceLayer,
  this.hillshadeAccentColor,
  this.hillshadeExaggeration,
  this.hillshadeHighlightColor,
  this.hillshadeIlluminationAnchor,
  this.hillshadeIlluminationDirection,
  this.hillshadeShadowColor,
}) : super(
          id: id,
          visibility: visibility,
          maxZoom: maxZoom,
          minZoom: minZoom,
          slot: slot);