
org.opentripplanner.street.model.StreetConstants 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.model;
/**
* This class holds constant values related to streets. If a value is only accessed from one place,
* it's better to store it there instead of here.
*/
public class StreetConstants {
/**
* Default car speed that is used when max car speed has not been (yet) determined from the OSM
* data. Unit is m/s and value equals to 144 km/h.
*/
public static final float DEFAULT_MAX_CAR_SPEED = 40f;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy