Package org.opentripplanner.client
Class OtpApiClient
java.lang.Object
org.opentripplanner.client.OtpApiClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpatterns()Return the list of trip patterns.plan(TripPlanParameters req) Returns a TripPlan, also known as a routing result.routes()Return the list of routes.Return the list of vehicle rental stations.
-
Constructor Details
-
OtpApiClient
-
-
Method Details
-
plan
Returns a TripPlan, also known as a routing result.- Throws:
IOException
-
routes
Return the list of routes.- Throws:
IOException
-
vehicleRentalStations
Return the list of vehicle rental stations.- Throws:
IOException
-
patterns
Return the list of trip patterns.- Throws:
IOException
-