HillshadeIlluminationAnchor enum
Direction of light source when map is rotated.
Values
- MAP → const HillshadeIlluminationAnchor
-
The hillshade illumination is relative to the north direction.
- VIEWPORT → const HillshadeIlluminationAnchor
-
The hillshade illumination is relative to the top of the viewport.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
HillshadeIlluminationAnchor> - A constant List of the values in this enum, in order of their declaration.