Package | Description |
---|---|
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProfileResource.profileRoute(LatLon from,
LatLon to,
boolean analyst,
YearMonthDay date,
HourMinuteSecond fromTime,
HourMinuteSecond toTime,
float walkSpeed,
float bikeSpeed,
float carSpeed,
int streetTime,
int maxWalkTime,
int maxCarTime,
int maxBikeTime,
int minCarTime,
int minBikeTime,
Option.SortOrder orderBy,
int limit,
int suboptimalMinutes,
int bikeSafe,
int bikeSlope,
int bikeTime,
QualifiedModeSet accessModes,
QualifiedModeSet egressModes,
QualifiedModeSet directModes,
TraverseModeSet transitModes,
String banAgency) |
javax.ws.rs.core.Response |
RepeatedRaptorTestResource.profileRoute(LatLon from,
String fromStopString,
String banAgency,
String banRouteString) |
Copyright © 2019. All rights reserved.