@@ -386,99 +386,99 @@ message Lane
386386 // A normal driving lane.
387387 // Example: Lanes with IDs l1, l2, l3 and l4 in image \ref
388388 // HighwayExit.
389- //
390- // Since it is intended to be used for normal automotive
391- // driving it should be used in combination with TYPE_DRIVING.
389+ //
390+ // Since it is intended to be used for normal automotive
391+ // driving it should be used in combination with TYPE_DRIVING.
392392 //
393393 SUBTYPE_NORMAL = 2 ;
394394
395395 // A lane which is designated for bicylists.
396- //
397- // Since it is not intended to be used for normal automotive
398- // driving it should be used in combination with TYPE_NONDRIVING.
396+ //
397+ // Since it is not intended to be used for normal automotive
398+ // driving it should be used in combination with TYPE_NONDRIVING.
399399 //
400400 SUBTYPE_BIKING = 3 ;
401401
402402 // A lane which is designated for pedestrians (sidewalk).
403- //
404- // Since it is not intended to be used for normal automotive
405- // driving it should be used in combination with TYPE_NONDRIVING.
403+ //
404+ // Since it is not intended to be used for normal automotive
405+ // driving it should be used in combination with TYPE_NONDRIVING.
406406 //
407407 SUBTYPE_SIDEWALK = 4 ;
408-
409- // A lane with parking spaces.
410- //
411- // Since it is not intended to be used for normal automotive
412- // driving it should be used in combination with TYPE_NONDRIVING.
413- //
414- SUBTYPE_PARKING = 5 ;
415-
416- // A hard shoulder on motorways for emergency stops.
417- // Example: Lane l5 in image \ref
408+
409+ // A lane with parking spaces.
410+ //
411+ // Since it is not intended to be used for normal automotive
412+ // driving it should be used in combination with TYPE_NONDRIVING.
413+ //
414+ SUBTYPE_PARKING = 5 ;
415+
416+ // A hard shoulder on motorways for emergency stops.
417+ // Example: Lane l5 in image \ref
418418 // HighwayExit.
419- //
420- // Since it is not intended to be used for normal automotive
421- // driving it should be used in combination with TYPE_NONDRIVING.
422- //
423- SUBTYPE_STOP = 6 ;
424-
425- // A lane on which cars should not drive.
426- //
427- // Since it is not intended to be used for normal automotive
428- // driving it should be used in combination with TYPE_NONDRIVING.
429- //
430- SUBTYPE_RESTRICTED = 7 ;
431-
432- // A hard border on the edge of a road.
433- //
434- // Since it is not intended to be used for normal automotive
435- // driving it should be used in combination with TYPE_NONDRIVING.
436- //
437- SUBTYPE_BORDER = 8 ;
438-
439- // A soft border on the edge of a road.
440- //
441- // Since it is not intended to be used for normal automotive
442- // driving it should be used in combination with TYPE_NONDRIVING.
443- //
444- SUBTYPE_SHOULDER = 9 ;
445-
446- // A deceleration lane in parallel to the main road.
447- // Example: Lane l6 in image \ref
419+ //
420+ // Since it is not intended to be used for normal automotive
421+ // driving it should be used in combination with TYPE_NONDRIVING.
422+ //
423+ SUBTYPE_STOP = 6 ;
424+
425+ // A lane on which cars should not drive.
426+ //
427+ // Since it is not intended to be used for normal automotive
428+ // driving it should be used in combination with TYPE_NONDRIVING.
429+ //
430+ SUBTYPE_RESTRICTED = 7 ;
431+
432+ // A hard border on the edge of a road.
433+ //
434+ // Since it is not intended to be used for normal automotive
435+ // driving it should be used in combination with TYPE_NONDRIVING.
436+ //
437+ SUBTYPE_BORDER = 8 ;
438+
439+ // A soft border on the edge of a road.
440+ //
441+ // Since it is not intended to be used for normal automotive
442+ // driving it should be used in combination with TYPE_NONDRIVING.
443+ //
444+ SUBTYPE_SHOULDER = 9 ;
445+
446+ // A deceleration lane in parallel to the main road.
447+ // Example: Lane l6 in image \ref
448448 // HighwayExit.
449- //
450- // Since it is intended to be used for normal automotive
451- // driving it should be used in combination with TYPE_DRIVING.
452- //
453- SUBTYPE_EXIT = 10 ;
454-
455- // An acceleration lane in parallel to the main road.
456- //
457- // Since it is intended to be used for normal automotive
458- // driving it should be used in combination with TYPE_DRIVING.
459- //
460- SUBTYPE_ENTRY = 11 ;
461-
462- // A ramp leading to a motorway from rural or urban roads.
463- //
464- // Since it is intended to be used for normal automotive
465- // driving it should be used in combination with TYPE_DRIVING.
466- //
467- SUBTYPE_ONRAMP = 12 ;
468-
469- // A ramp leading away from a motorway onto rural or urban roads.
470- //
471- // Since it is intended to be used for normal automotive
472- // driving it should be used in combination with TYPE_DRIVING.
473- //
474- SUBTYPE_OFFRAMP = 13 ;
475-
476- // A ramp that connect two motorways.
477- //
478- // Since it is intended to be used for normal automotive
479- // driving it should be used in combination with TYPE_DRIVING.
480- //
481- SUBTYPE_CONNECTINGRAMP = 14 ;
449+ //
450+ // Since it is intended to be used for normal automotive
451+ // driving it should be used in combination with TYPE_DRIVING.
452+ //
453+ SUBTYPE_EXIT = 10 ;
454+
455+ // An acceleration lane in parallel to the main road.
456+ //
457+ // Since it is intended to be used for normal automotive
458+ // driving it should be used in combination with TYPE_DRIVING.
459+ //
460+ SUBTYPE_ENTRY = 11 ;
461+
462+ // A ramp leading to a motorway from rural or urban roads.
463+ //
464+ // Since it is intended to be used for normal automotive
465+ // driving it should be used in combination with TYPE_DRIVING.
466+ //
467+ SUBTYPE_ONRAMP = 12 ;
468+
469+ // A ramp leading away from a motorway onto rural or urban roads.
470+ //
471+ // Since it is intended to be used for normal automotive
472+ // driving it should be used in combination with TYPE_DRIVING.
473+ //
474+ SUBTYPE_OFFRAMP = 13 ;
475+
476+ // A ramp that connect two motorways.
477+ //
478+ // Since it is intended to be used for normal automotive
479+ // driving it should be used in combination with TYPE_DRIVING.
480+ //
481+ SUBTYPE_CONNECTINGRAMP = 14 ;
482482 }
483483
484484 //
0 commit comments