positionPrecision property
Bits of precision for the location sent (default of 32 is full precision).
Implementation
@$pb.TagNumber(2)
$core.int get positionPrecision => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set positionPrecision($core.int value) => $_setUnsignedInt32(1, value);