heading property

  1. @TagNumber(3)
double heading

Optional compass heading to achieve at the destination, in degrees [0-360)

Implementation

@$pb.TagNumber(3)
$core.double get heading => $_getN(2);
  1. @TagNumber(3)
void heading=(double v)

Implementation

@$pb.TagNumber(3)
set heading($core.double v) { $_setDouble(2, v); }