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

org.opentripplanner.graph_builder.module.osm.SpeedPicker Maven / Gradle / Ivy

package org.opentripplanner.graph_builder.module.osm;

import org.opentripplanner.graph_builder.module.osm.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