startPolylinePointIndex property

  1. @TagNumber.new(1)
int get startPolylinePointIndex

The starting index of this interval in the polyline.

Implementation

@$pb.TagNumber(1)
$core.int get startPolylinePointIndex => $_getIZ(0);
  1. @TagNumber.new(1)
set startPolylinePointIndex (int v)

Implementation

@$pb.TagNumber(1)
set startPolylinePointIndex($core.int v) {
  $_setSignedInt32(0, v);
}