gpsAccuracy property

  1. @TagNumber(14)
int get gpsAccuracy

GPS accuracy (a hardware specific constant) in mm multiplied with DOP to calculate positional accuracy Default: "'bout three meters-ish" :)

Implementation

@$pb.TagNumber(14)
$core.int get gpsAccuracy => $_getIZ(13);
  1. @TagNumber(14)
set gpsAccuracy (int value)

Implementation

@$pb.TagNumber(14)
set gpsAccuracy($core.int value) => $_setUnsignedInt32(13, value);