We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebf8be2 + aa8c583 commit 1ad30d5Copy full SHA for 1ad30d5
1 file changed
osi_lane.proto
@@ -854,6 +854,13 @@ message LaneBoundary
854
// The current \c BoundaryPoint indicates the end of a dash.
855
//
856
DASH_END = 4;
857
+
858
+ // The current \c BoundaryPoint is located in the gap between
859
+ // two dashes. When used to describe a first/last point of a lane
860
+ // boundary, it indicates that the lane boundary starts/ends in
861
+ // a gap.
862
+ //
863
+ DASH_GAP = 5;
864
}
865
866
0 commit comments