java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.carto.routing.RoutingAction |
Routing action type.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RoutingAction | ROUTING_ACTION_ENTER_AGAINST_ALLOWED_DIRECTION | Enter street while moving against the allowed direction. | |||||||||
RoutingAction | ROUTING_ACTION_ENTER_FERRY | Enter ferry. | |||||||||
RoutingAction | ROUTING_ACTION_ENTER_ROUNDABOUT | Enter roundabout. | |||||||||
RoutingAction | ROUTING_ACTION_FINISH | Finish the route. | |||||||||
RoutingAction | ROUTING_ACTION_GO_DOWN | Go down. | |||||||||
RoutingAction | ROUTING_ACTION_GO_STRAIGHT | Go straight. | |||||||||
RoutingAction | ROUTING_ACTION_GO_UP | Go up. | |||||||||
RoutingAction | ROUTING_ACTION_HEAD_ON | Head on, start the route. | |||||||||
RoutingAction | ROUTING_ACTION_LEAVE_AGAINST_ALLOWED_DIRECTION | Leave the street while moving aginst the allowed direction. | |||||||||
RoutingAction | ROUTING_ACTION_LEAVE_FERRY | Leave ferry. | |||||||||
RoutingAction | ROUTING_ACTION_LEAVE_ROUNDABOUT | Leave roundabout. | |||||||||
RoutingAction | ROUTING_ACTION_NO_TURN | Continue along the given street, do not turn. | |||||||||
RoutingAction | ROUTING_ACTION_REACH_VIA_LOCATION | Reached given via point. | |||||||||
RoutingAction | ROUTING_ACTION_START_AT_END_OF_STREET | Start at the end of the street. | |||||||||
RoutingAction | ROUTING_ACTION_STAY_ON_ROUNDABOUT | Continue along the roundabout. | |||||||||
RoutingAction | ROUTING_ACTION_TURN_LEFT | Turn left. | |||||||||
RoutingAction | ROUTING_ACTION_TURN_RIGHT | Turn right. | |||||||||
RoutingAction | ROUTING_ACTION_UTURN | Do an u-turn. | |||||||||
RoutingAction | ROUTING_ACTION_WAIT | Wait. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static RoutingAction | swigToEnum(int swigValue) | ||||||||||
final int | swigValue() | ||||||||||
static RoutingAction | valueOf(String name) | ||||||||||
final static RoutingAction[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Enter street while moving against the allowed direction. Only used by OSRM.
Enter roundabout. Used by Valhalla and OSRM.
Leave the street while moving aginst the allowed direction. Only used by OSRM.
Leave roundabout. Used by Valhalla and OSRM.
Continue along the given street, do not turn.
Reached given via point. If this is the final point, FINISH action is used instead.
Start at the end of the street. Currently used only by OSRM.
Continue along the roundabout. Only used by OSRM.