Package com.massifmaps.routing
Class RoutingAction
java.lang.Object
com.massifmaps.routing.RoutingAction
Routing action type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEnter street while moving against the allowed direction.static final intEnter ferry.static final intEnter roundabout.static final intFinish the route.static final intGo down.static final intGo straight.static final intGo up.static final intHead on, start the route.static final intLeave the street while moving aginst the allowed direction.static final intLeave ferry.static final intLeave roundabout.static final intContinue along the given street, do not turn.static final intReached given via point.static final intStart at the end of the street.static final intContinue along the roundabout.static final intTurn left.static final intTurn right.static final intDo an u-turn.static final intWait. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROUTING_ACTION_HEAD_ON
public static final int ROUTING_ACTION_HEAD_ONHead on, start the route.- See Also:
-
ROUTING_ACTION_FINISH
public static final int ROUTING_ACTION_FINISHFinish the route.- See Also:
-
ROUTING_ACTION_NO_TURN
public static final int ROUTING_ACTION_NO_TURNContinue along the given street, do not turn.- See Also:
-
ROUTING_ACTION_GO_STRAIGHT
public static final int ROUTING_ACTION_GO_STRAIGHTGo straight.- See Also:
-
ROUTING_ACTION_TURN_RIGHT
public static final int ROUTING_ACTION_TURN_RIGHTTurn right.- See Also:
-
ROUTING_ACTION_UTURN
public static final int ROUTING_ACTION_UTURNDo an u-turn.- See Also:
-
ROUTING_ACTION_TURN_LEFT
public static final int ROUTING_ACTION_TURN_LEFTTurn left.- See Also:
-
ROUTING_ACTION_REACH_VIA_LOCATION
public static final int ROUTING_ACTION_REACH_VIA_LOCATIONReached given via point. If this is the final point, FINISH action is used instead.- See Also:
-
ROUTING_ACTION_ENTER_ROUNDABOUT
public static final int ROUTING_ACTION_ENTER_ROUNDABOUTEnter roundabout. Used by Valhalla and OSRM.- See Also:
-
ROUTING_ACTION_LEAVE_ROUNDABOUT
public static final int ROUTING_ACTION_LEAVE_ROUNDABOUTLeave roundabout. Used by Valhalla and OSRM.- See Also:
-
ROUTING_ACTION_STAY_ON_ROUNDABOUT
public static final int ROUTING_ACTION_STAY_ON_ROUNDABOUTContinue along the roundabout. Only used by OSRM.- See Also:
-
ROUTING_ACTION_START_AT_END_OF_STREET
public static final int ROUTING_ACTION_START_AT_END_OF_STREETStart at the end of the street. Currently used only by OSRM.- See Also:
-
ROUTING_ACTION_ENTER_AGAINST_ALLOWED_DIRECTION
public static final int ROUTING_ACTION_ENTER_AGAINST_ALLOWED_DIRECTIONEnter street while moving against the allowed direction. Only used by OSRM.- See Also:
-
ROUTING_ACTION_LEAVE_AGAINST_ALLOWED_DIRECTION
public static final int ROUTING_ACTION_LEAVE_AGAINST_ALLOWED_DIRECTIONLeave the street while moving aginst the allowed direction. Only used by OSRM.- See Also:
-
ROUTING_ACTION_GO_UP
public static final int ROUTING_ACTION_GO_UPGo up. Only used by the SGRE.- See Also:
-
ROUTING_ACTION_GO_DOWN
public static final int ROUTING_ACTION_GO_DOWNGo down. Only used by SGRE.- See Also:
-
ROUTING_ACTION_WAIT
public static final int ROUTING_ACTION_WAITWait. Only used by SGRE.- See Also:
-
ROUTING_ACTION_ENTER_FERRY
public static final int ROUTING_ACTION_ENTER_FERRYEnter ferry. Only used by Valhalla.- See Also:
-
ROUTING_ACTION_LEAVE_FERRY
public static final int ROUTING_ACTION_LEAVE_FERRYLeave ferry. Only used by Valhalla.- See Also:
-
-
Constructor Details
-
RoutingAction
public RoutingAction()
-