HERE Lanes Data Specification

Lane​Boundary​Traversal

Enumeration for lane boundary traversal attribute relative to logical orientation of the lane

Enumeration Details

  • 0 : LANE_BOUNDARY_TRAVERSAL_UNKNOWN
  • 1 : TO_LEFT_LANE Left - traffic can change from the lane to the right of the boundary into the lane to the left of the boundary over the specified range
  • 2 : TO_RIGHT_LANE Right - traffic can change from the lane to the left of the boundary into the lane to the right of the boundary over the specified range
  • 3 : TO_BOTH_LANES Both - traffic can change lanes and cross this boundary in both direction: from left to right, and from right tto left.
  • 4 : NO_TRAVERSAL No traversal - traffic cannot cross this boundary in either direction: either from left to right, or from right to left.