granularity property

  1. @TagNumber.new(17)
int get granularity

Granularity, units of nanodegrees, used to store coordinates in this block.

Implementation

@$pb.TagNumber(17)
$core.int get granularity => $_getI(2, 100);
  1. @TagNumber.new(17)
set granularity (int v)

Implementation

@$pb.TagNumber(17)
set granularity($core.int v) { $_setSignedInt32(2, v); }