crossingLine property
Annotation for type CROSSING_LINE
Implementation
@$pb.TagNumber(6)
NormalizedPolyline get crossingLine => $_getN(5);
Implementation
@$pb.TagNumber(6)
set crossingLine(NormalizedPolyline v) {
setField(6, v);
}
Annotation for type CROSSING_LINE
@$pb.TagNumber(6)
NormalizedPolyline get crossingLine => $_getN(5);
@$pb.TagNumber(6)
set crossingLine(NormalizedPolyline v) {
setField(6, v);
}