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

org.opentripplanner.ext.traveltime.IsochroneData Maven / Gradle / Ivy

package org.opentripplanner.ext.traveltime;

import org.locationtech.jts.geom.Geometry;

/**
 * A conveyor for an isochrone.
 *
 * @author laurent
 */
public record IsochroneData(long cutoffSec, Geometry geometry, Geometry debugGeometry) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy