positionPrecision property

  1. @TagNumber(2)
int get positionPrecision

Bits of precision for the location sent (default of 32 is full precision).

Implementation

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

Implementation

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