granularity property
Granularity, units of nanodegrees, used to store coordinates in this block.
Implementation
@$pb.TagNumber(17)
$core.int get granularity => $_getI(2, 100);
Implementation
@$pb.TagNumber(17)
set granularity($core.int v) { $_setSignedInt32(2, v); }