Package com.graphhopper
Class Trip.PtLeg
java.lang.Object
com.graphhopper.Trip.Leg
com.graphhopper.Trip.PtLeg
- Enclosing class:
- Trip
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
final boolean
final String
final long
final String
final String
Fields inherited from class com.graphhopper.Trip.Leg
departureLocation, distance, geometry, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.graphhopper.Trip.Leg
getDistance
-
Field Details
-
feed_id
-
isInSameVehicleAsPrevious
public final boolean isInSameVehicleAsPrevious -
trip_headsign
-
travelTime
public final long travelTime -
stops
-
trip_id
-
route_id
-
-
Constructor Details
-
PtLeg
-
-
Method Details
-
getDepartureTime
- Specified by:
getDepartureTime
in classTrip.Leg
-
getArrivalTime
- Specified by:
getArrivalTime
in classTrip.Leg
-