positionPrecision property
Indicates the bits of precision for latitude and longitude set by the sending node
Implementation
@$pb.TagNumber(12)
$core.int get positionPrecision => $_getIZ(11);
Implementation
@$pb.TagNumber(12)
set positionPrecision($core.int value) => $_setUnsignedInt32(11, value);