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