HillshadeLayerProperties class

Implemented types

Constructors

HillshadeLayerProperties({dynamic hillshadeIlluminationDirection, dynamic hillshadeIlluminationAnchor, dynamic hillshadeExaggeration, dynamic hillshadeShadowColor, dynamic hillshadeHighlightColor, dynamic hillshadeAccentColor, dynamic visibility})
const
HillshadeLayerProperties.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hillshadeAccentColor → dynamic
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
final
hillshadeExaggeration → dynamic
Intensity of the hillshade
final
hillshadeHighlightColor → dynamic
The shading color of areas that faces towards the light source.
final
hillshadeIlluminationAnchor → dynamic
Direction of light source when map is rotated.
final
hillshadeIlluminationDirection → dynamic
The direction of the light source used to generate the hillshading with 0 as the top of the viewport if hillshade-illumination-anchor is set to viewport and due north if hillshade-illumination-anchor is set to map.
final
hillshadeShadowColor → dynamic
The shading color of areas that face away from the light source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility → dynamic
Whether this layer is displayed.
final

Methods

copyWith(HillshadeLayerProperties changes) HillshadeLayerProperties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited