Class LaneMarkings

java.lang.Object
com.here.sdk.navigation.LaneMarkings

public final class LaneMarkings extends Object

A class that provides information for the lane markings.

Lane markings indicate the markings on the road.

Lane Divider Marker indicates the lane separator on the right side of the specified lane in the lane driving direction for Right-side driving countries. For left-sided driving countries the Lane Divider Marker is indicating the lane separator on the left side of the specified lane in the lane driving direction.

  • Field Details

    • centerDividerMarker

      @Nullable public DividerMarker centerDividerMarker

      Center Divider Marker describes the type of lane separator for center dividers on bidirectional roads.

    • laneDividerMarker

      @Nullable public DividerMarker laneDividerMarker

      Lane Divider Marker describes the appearance and type of driving lane separators existing on a road.

    • directions

      @NonNull public List<LaneDirection> directions

      List of lane directions

  • Constructor Details

    • LaneMarkings

      public LaneMarkings()

      Creates a new instance.

  • Method Details