
org.opentripplanner.street.search.intersection_model.DrivingDirection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
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