Modifier and Type | Field and Description |
---|---|
InstructionList |
instructions |
departureLocation, distance, geometry, type
Constructor and Description |
---|
WalkLeg(String departureLocation,
Date departureTime,
org.locationtech.jts.geom.Geometry geometry,
double distance,
InstructionList instructions,
Date arrivalTime) |
Modifier and Type | Method and Description |
---|---|
Date |
getArrivalTime() |
Date |
getDepartureTime() |
getDistance
public final InstructionList instructions
public WalkLeg(String departureLocation, Date departureTime, org.locationtech.jts.geom.Geometry geometry, double distance, InstructionList instructions, Date arrivalTime)
public Date getDepartureTime()
getDepartureTime
in class Trip.Leg
public Date getArrivalTime()
getArrivalTime
in class Trip.Leg
Copyright © 2012–2020. All rights reserved.