public abstract static class Trip.Leg extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
departureLocation |
double |
distance |
com.vividsolutions.jts.geom.Geometry |
geometry |
String |
type |
| Constructor and Description |
|---|
Leg(String type,
String departureLocation,
com.vividsolutions.jts.geom.Geometry geometry,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
abstract Date |
getArrivalTime() |
abstract Date |
getDepartureTime() |
double |
getDistance() |
Copyright © 2012–2018. All rights reserved.