compassNorthTop property
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);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
set compassNorthTop($core.bool value) => $_setBool(3, value);