positionBroadcastSecs property

  1. @TagNumber(1)
int get positionBroadcastSecs

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);
  1. @TagNumber(1)
set positionBroadcastSecs (int value)

Implementation

@$pb.TagNumber(1)
set positionBroadcastSecs($core.int value) => $_setUnsignedInt32(0, value);