GeographicBearing class
A direction (bearing) in degrees clockwise from north at a specific geographic position (origin).
- Implementers
- Annotations
-
- @immutable
Constructors
- GeographicBearing.new({required Geographic origin, required double bearing})
-
A direction (bearing) in degrees clockwise from north at a specific
geographic position (origin).
const
Properties
- bearing → double
-
A direction in degrees clockwise from north (0°..360°) as observed from
origin.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- origin → Geographic
-
A geographic position as a origin point for a direction specified by
bearing.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override