positionPrecision property

  1. @TagNumber(12)
int get positionPrecision

Indicates the bits of precision for latitude and longitude set by the sending node

Implementation

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

Implementation

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