org.opentripplanner.api.model.ApiRouteShort 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;
public class ApiRouteShort {
public String id;
public String shortName;
public String longName;
public String mode;
public String color;
public String agencyName;
@Override
public String toString() {
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy