position property
This position data. Note: before 1.2.14 we would also store the last time we've heard from this node in position.time, that is no longer true. Position.time now indicates the last time we received a POSITION from that node.
Implementation
@$pb.TagNumber(3)
Position get position => $_getN(2);
Implementation
@$pb.TagNumber(3)
set position(Position value) => $_setField(3, value);