Package com.graphhopper
Class Trip.WalkLeg
java.lang.Object
com.graphhopper.Trip.Leg
com.graphhopper.Trip.WalkLeg
- Enclosing class:
- Trip
-
Field Summary
FieldsFields inherited from class com.graphhopper.Trip.Leg
departureLocation, distance, geometry, type
-
Constructor Summary
ConstructorsConstructorDescriptionWalkLeg
(String departureLocation, Date departureTime, org.locationtech.jts.geom.Geometry geometry, double distance, InstructionList instructions, Map<String, List<PathDetail>> details, Date arrivalTime) -
Method Summary
Methods inherited from class com.graphhopper.Trip.Leg
getDistance
-
Field Details
-
instructions
-
details
-
-
Constructor Details
-
WalkLeg
public WalkLeg(String departureLocation, Date departureTime, org.locationtech.jts.geom.Geometry geometry, double distance, InstructionList instructions, Map<String, List<PathDetail>> details, Date arrivalTime)
-
-
Method Details
-
getDepartureTime
- Specified by:
getDepartureTime
in classTrip.Leg
-
getArrivalTime
- Specified by:
getArrivalTime
in classTrip.Leg
-