Class Trip.PtLeg

java.lang.Object
com.graphhopper.Trip.Leg
com.graphhopper.Trip.PtLeg
Enclosing class:
Trip

public static class Trip.PtLeg extends Trip.Leg
  • Field Details

    • feed_id

      public final String feed_id
    • isInSameVehicleAsPrevious

      public final boolean isInSameVehicleAsPrevious
    • trip_headsign

      public final String trip_headsign
    • travelTime

      public final long travelTime
    • stops

      public final List<Trip.Stop> stops
    • trip_id

      public final String trip_id
    • route_id

      public final String route_id
  • Constructor Details

    • PtLeg

      public PtLeg(String feedId, boolean isInSameVehicleAsPrevious, String tripId, String routeId, String headsign, List<Trip.Stop> stops, double distance, long travelTime, org.locationtech.jts.geom.Geometry geometry)
  • Method Details