latOffset property
- @TagNumber.new(19)
Offset value between the output coordinates and the granularity grid in units of nanodegrees.
Implementation
@$pb.TagNumber(19)
$fixnum.Int64 get latOffset => $_getI64(4);
- @TagNumber.new(19)
Implementation
@$pb.TagNumber(19)
set latOffset($fixnum.Int64 v) { $_setInt64(4, v); }