pDOP property
Horizontal, Vertical and Position Dilution of Precision, in 1/100 units
- PDOP is sufficient for most cases
- for higher precision scenarios, HDOP and VDOP can be used instead, in which case PDOP becomes redundant (PDOP=sqrt(HDOP^2 + VDOP^2)) TODO: REMOVE/INTEGRATE
Implementation
@$pb.TagNumber(11)
$core.int get pDOP => $_getIZ(10);
Implementation
@$pb.TagNumber(11)
set pDOP($core.int value) => $_setUnsignedInt32(10, value);