LaneDirectionCategory (API Reference)
Package com.here.sdk.navigation
Class LaneDirectionCategory
java.lang.Object
com.here.sdk.navigation.LaneDirectionCategory
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 Summary
FieldsModifier and TypeFieldDescriptionbooleanA lane that goes hard left.booleanA lane that goes hard right.booleanA lane that goes quite left.booleanA lane that goes quite right.booleanA lane that goes slightly left.booleanA lane that goes slightly right.booleanA lane that goes straight up.booleanA lane that makes a left u-turn.booleanA lane that makes a right u-turn. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
straight
public boolean straightA lane that goes straight up.
-
slightlyLeft
public boolean slightlyLeftA lane that goes slightly left.
-
quiteLeft
public boolean quiteLeftA lane that goes quite left.
-
hardLeft
public boolean hardLeftA lane that goes hard left.
-
uTurnLeft
public boolean uTurnLeftA lane that makes a left u-turn.
-
slightlyRight
public boolean slightlyRightA lane that goes slightly right.
-
quiteRight
public boolean quiteRightA lane that goes quite right.
-
hardRight
public boolean hardRightA lane that goes hard right.
-
uTurnRight
public boolean uTurnRightA lane that makes a right u-turn.
-
-
Constructor Details
-
LaneDirectionCategory
public LaneDirectionCategory()Creates a new instance.
-
-
Method Details