Package | Description |
---|---|
org.opentripplanner.api.model | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
Modifier and Type | Field and Description |
---|---|
List<Itinerary> |
TripPlan.itinerary
A list of possible itineraries
|
Modifier and Type | Method and Description |
---|---|
void |
TripPlan.addItinerary(Itinerary itinerary) |
Modifier and Type | Method and Description |
---|---|
static Itinerary |
GraphPathToTripPlanConverter.generateItinerary(GraphPath path,
boolean showIntermediateStops,
boolean disableAlertFiltering,
Locale requestedLocale)
Generate an itinerary from a
GraphPath . |
Copyright © 2019. All rights reserved.