fixedPosition property
If set, this node is at a fixed position. We will generate GPS position updates at the regular interval, but use whatever the last lat/lon/alt we have for the node. The lat/lon/alt can be set by an internal GPS or with the help of the app.
Implementation
@$pb.TagNumber(3)
$core.bool get fixedPosition => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set fixedPosition($core.bool value) => $_setBool(2, value);