headingInDegrees property

  1. @Deprecated('Use mapAngle instead. This member will be removed in a future release. Name changed for consistency.')
double get headingInDegrees

Implementation

@Deprecated(
    'Use mapAngle instead. This member will be removed in a future release. Name changed for consistency.')
double get headingInDegrees {
  return mapAngle;
}