CardinalPrecision enum
The precision for cardinal directions (compass point).
Values
- cardinal → const CardinalPrecision
-
Supported directions: N, E, S, W.
const CardinalPrecision(1)
- intercardinal → const CardinalPrecision
-
Supported directions: N, NE, E, SE, S, SW, W, NW.
const CardinalPrecision(2)
- secondaryIntercardinal → const CardinalPrecision
-
Supported directions: N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW.
const CardinalPrecision(3)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
A numeric value (1, 2 or 3) descibing the precision.
final
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<
CardinalPrecision> - A constant List of the values in this enum, in order of their declaration.