positionPrecision property
Bits of precision for the location sent in position packets.
Implementation
@$pb.TagNumber(1)
$core.int get positionPrecision => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set positionPrecision($core.int value) => $_setUnsignedInt32(0, value);