stepStartIndex property
The corresponding RouteLegStep index that is the start of a
multi-modal segment.
Implementation
@$pb.TagNumber(1)
$core.int get stepStartIndex => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set stepStartIndex($core.int v) {
$_setSignedInt32(0, v);
}