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

org.opentripplanner.street.search.intersection_model.DrivingDirection Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.street.search.intersection_model;

public enum DrivingDirection {
  /**
   * Specifies that cars go on the right-hand side of the road. This is true for the US mainland
   * Europe.
   */
  RIGHT,
  /**
   * Specifies that cars go on the left-hand side of the road. This is true for the UK, Japan and
   * Australia.
   */
  LEFT,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy