HillshadeLayer constructor
HillshadeLayer(- {required String id,
- Visibility? visibility,
- double? minZoom,
- double? maxZoom,
- String? slot,
- required String sourceId,
- String? sourceLayer,
- int? hillshadeAccentColor,
- double? hillshadeEmissiveStrength,
- double? hillshadeExaggeration,
- int? hillshadeHighlightColor,
- HillshadeIlluminationAnchor? hillshadeIlluminationAnchor,
- double? hillshadeIlluminationDirection,
- int? hillshadeShadowColor}
)
Implementation
HillshadeLayer({
required String id,
Visibility? visibility,
double? minZoom,
double? maxZoom,
String? slot,
required this.sourceId,
this.sourceLayer,
this.hillshadeAccentColor,
this.hillshadeEmissiveStrength,
this.hillshadeExaggeration,
this.hillshadeHighlightColor,
this.hillshadeIlluminationAnchor,
this.hillshadeIlluminationDirection,
this.hillshadeShadowColor,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);