org.opentripplanner.api.model.ApiTransfer 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
package org.opentripplanner.api.model;
/** Represents a transfer from a stop */
public class ApiTransfer {
/** The stop we are connecting to */
public String toStopId;
/** the on-street distance of the transfer (meters) */
public double distance;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy