We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7acd76 + ddc61dd commit a5f90fdCopy full SHA for a5f90fd
1 file changed
osi_lane.proto
@@ -1034,6 +1034,14 @@ message LaneBoundary
1034
// A structure (e.g. building or tunnel wall).
1035
//
1036
TYPE_STRUCTURE = 13;
1037
+
1038
+ // A barrier to guide vehicles and to prevent them from entering other lanes (e.g. a concrete barrier on a highway).
1039
+ //
1040
+ TYPE_BARRIER = 14;
1041
1042
+ // A sound barrier.
1043
1044
+ TYPE_SOUND_BARRIER = 15;
1045
}
1046
1047
// The semantic color of the lane boundary in case of a lane markings.
0 commit comments