HillshadeLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- required String sourceId,
- String? sourceLayer,
- int? hillshadeAccentColor,
- double? hillshadeExaggeration,
- int? hillshadeHighlightColor,
- HillshadeIlluminationAnchor? hillshadeIlluminationAnchor,
- double? hillshadeIlluminationDirection,
- int? hillshadeShadowColor}
)
Implementation
HillshadeLayer({
required id,
visibility,
minZoom,
maxZoom,
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);