Package | Description |
---|---|
org.opentripplanner.api.model |
Modifier and Type | Field and Description |
---|---|
Place |
TripPlan.from
The origin
|
Place |
Leg.from
The Place where the leg originates.
|
Place |
TripPlan.to
The destination
|
Place |
Leg.to
The Place where the leg begins.
|
Modifier and Type | Field and Description |
---|---|
List<Place> |
Leg.stop
For transit legs, intermediate stops between the Place where the leg originates and the Place where the leg ends.
|
Constructor and Description |
---|
TripPlan(Place from,
Place to,
Date date) |
Copyright © 2018. All rights reserved.