heading property

double? heading
final

The heading direction in degrees with respect to North direction, in clockwise order.

That means North becomes 0 degree, East: 90 degrees, South: 180 degrees, West: 270 degrees and so on.

Implementation

final double? heading;