FlightVector class Null safety

Flight Vector

The Flight Vector defines the distance and heading towards the destination in relation to the point-of-interest. Including the altitude at the destination. The destination is the waypoint. The heading is the angle between the point-of-interest (of the Waypoint Mission) and the destination waypoint.

Constructors

FlightVector({required double distanceFromPointOfInterest, required double headingRelativeToPointOfInterest, required double destinationAltitude})
FlightVector.fromJson(Map<String, dynamic> json)

Properties

destinationAltitude double
final
distanceFromPointOfInterest double
final
hashCode int
The hash code for this object. [...]
read-only, inherited
headingRelativeToPointOfInterest double
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object. [...]
inherited

Operators

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