
org.opentripplanner.ext.restapi.model.ApiRelativeDirection Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.ext.restapi.model;
/**
* Represents a turn direction, relative to the current heading.
*
* CIRCLE_CLOCKWISE and CIRCLE_CLOCKWISE are used to represent traffic circles.
*/
public enum ApiRelativeDirection {
DEPART,
HARD_LEFT,
LEFT,
SLIGHTLY_LEFT,
CONTINUE,
SLIGHTLY_RIGHT,
RIGHT,
HARD_RIGHT,
CIRCLE_CLOCKWISE,
CIRCLE_COUNTERCLOCKWISE,
ELEVATOR,
UTURN_LEFT,
UTURN_RIGHT,
ENTER_STATION,
EXIT_STATION,
FOLLOW_SIGNS,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy