stepStartIndex property

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

The corresponding RouteLegStep index that is the start of a multi-modal segment.

Implementation

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

Implementation

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