gpsAccuracy property
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);
Implementation
@$pb.TagNumber(14)
set gpsAccuracy($core.int value) => $_setUnsignedInt32(13, value);