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