positionPrecision property

  1. @TagNumber(1)
int get positionPrecision

Bits of precision for the location sent in position packets.

Implementation

@$pb.TagNumber(1)
$core.int get positionPrecision => $_getIZ(0);
  1. @TagNumber(1)
set positionPrecision (int value)

Implementation

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