polyline property

  1. @TagNumber.new(3)
Polyline get polyline

The polyline associated with this step.

Implementation

@$pb.TagNumber(3)
$11.Polyline get polyline => $_getN(2);
  1. @TagNumber.new(3)
set polyline (Polyline v)

Implementation

@$pb.TagNumber(3)
set polyline($11.Polyline v) {
  setField(3, v);
}