We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab19b80 commit a21ec71Copy full SHA for a21ec71
osi_logicallane.proto
@@ -567,10 +567,14 @@ message LogicalLane
567
TYPE_NORMAL = 2;
568
569
// A lane that is designated for bicylists.
570
+ // Note that biking lanes that cross the road (e.g. on an intersection)
571
+ // are also labeled with this type.
572
//
573
TYPE_BIKING = 3;
574
575
// A lane that is designated for pedestrians (sidewalk).
576
+ // Note that pedestrian lanes that cross the road (e.g. on an
577
+ // intersection) are also labeled with this type.
578
579
TYPE_SIDEWALK = 4;
580
0 commit comments