compassHeading property
A number from [0-360) where 0 is north 90 is east, 180 is south, 270 is west
Implementation
@$pb.TagNumber(2)
$core.double get compassHeading => $_getN(1);
Implementation
@$pb.TagNumber(2)
set compassHeading($core.double v) { $_setDouble(1, v); }