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

org.opentripplanner.api.model.ApiRelativeDirection Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package org.opentripplanner.api.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, }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy