
org.opentripplanner.osm.wayproperty.SpeedPicker Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.osm.wayproperty;
import org.opentripplanner.osm.wayproperty.specifier.OsmSpecifier;
/**
* Choose a speed that should be applied to a given segment
*/
public class SpeedPicker {
public OsmSpecifier specifier;
public float speed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy