Class LaneDirectionCategory

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

public final class LaneDirectionCategory extends Object

Indicates the directions of a lane. Most lanes lead only to one direction, but there can be also lanes that split up into multiple directions. A road can consist of multiple lanes towards the same direction. Note: All members can be true or false at the same time. Lanes such as bicycle lanes mostly never contain a direction category and thus, all members are false.

  • Field Details

    • straight

      public boolean straight

      A lane that goes straight up.

    • slightlyLeft

      public boolean slightlyLeft

      A lane that goes slightly left.

    • quiteLeft

      public boolean quiteLeft

      A lane that goes quite left.

    • hardLeft

      public boolean hardLeft

      A lane that goes hard left.

    • uTurnLeft

      public boolean uTurnLeft

      A lane that makes a left u-turn.

    • slightlyRight

      public boolean slightlyRight

      A lane that goes slightly right.

    • quiteRight

      public boolean quiteRight

      A lane that goes quite right.

    • hardRight

      public boolean hardRight

      A lane that goes hard right.

    • uTurnRight

      public boolean uTurnRight

      A lane that makes a right u-turn.

  • Constructor Details

    • LaneDirectionCategory

      public LaneDirectionCategory()

      Creates a new instance.

  • Method Details