positionBroadcastSecs property
We should send our position this often (but only if it has changed significantly) Defaults to 15 minutes
Implementation
@$pb.TagNumber(1)
$core.int get positionBroadcastSecs => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set positionBroadcastSecs($core.int value) => $_setUnsignedInt32(0, value);