All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.model.plan.RelativeDirection Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.opentripplanner.model.plan;

/**
 * Represents a turn direction, relative to the current heading.
 * 
 * CIRCLE_CLOCKWISE and CIRCLE_CLOCKWISE are used to represent traffic circles. 
 * 
 */
public enum RelativeDirection {
    DEPART, HARD_LEFT, LEFT, SLIGHTLY_LEFT, CONTINUE, SLIGHTLY_RIGHT, RIGHT, HARD_RIGHT,
    CIRCLE_CLOCKWISE, CIRCLE_COUNTERCLOCKWISE, ELEVATOR, UTURN_LEFT, UTURN_RIGHT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy