Modifier and Type | Field and Description |
---|---|
String |
feed_id |
boolean |
isInSameVehicleAsPrevious |
String |
route_id |
List<Trip.Stop> |
stops |
long |
travelTime |
String |
trip_headsign |
String |
trip_id |
departureLocation, distance, geometry, type
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Date |
getArrivalTime() |
Date |
getDepartureTime() |
getDistance
public final String feed_id
public final boolean isInSameVehicleAsPrevious
public final String trip_headsign
public final long travelTime
public final String trip_id
public final String route_id
public Date getDepartureTime()
getDepartureTime
in class Trip.Leg
public Date getArrivalTime()
getArrivalTime
in class Trip.Leg
Copyright © 2012–2020. All rights reserved.