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

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

package org.opentripplanner.graph_builder.module.osm;

/**
 * Record that holds forward and back safety factors for cycling or walking.
 */
public record SafetyFeatures(Double forward, Double back) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy