heading property
- @TagNumber(3)
Optional compass heading to achieve at the destination, in degrees [0-360)
Implementation
@$pb.TagNumber(3)
$core.double get heading => $_getN(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set heading($core.double v) { $_setDouble(2, v); }