compassNorthTop property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(4)
bool get compassNorthTop

If this is set, the displayed compass will always point north. if unset, the old behaviour (top of display is heading direction) is used.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
$core.bool get compassNorthTop => $_getBF(3);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(4)
set compassNorthTop (bool value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
set compassNorthTop($core.bool value) => $_setBool(3, value);