Modifier and Type | Method and Description |
---|---|
RideEstimate |
TransportationNetworkCompanyResponse.getRideEstimate() |
Modifier and Type | Method and Description |
---|---|
void |
TransportationNetworkCompanyResponse.setRideEstimate(RideEstimate rideEstimate) |
Constructor and Description |
---|
TransportationNetworkCompanySummary(RideEstimate estimate,
ArrivalTime time) |
Modifier and Type | Method and Description |
---|---|
List<RideEstimate> |
TransportationNetworkCompanyService.getRideEstimates(String companies,
Place fromPlace,
Place toPlace) |
Modifier and Type | Method and Description |
---|---|
List<RideEstimate> |
TransportationNetworkCompanyDataSource.getRideEstimates(double startLatitude,
double startLongitude,
double endLatitude,
double endLongitude) |
protected List<RideEstimate> |
NoApiTransportationNetworkCompanyDataSource.queryRideEstimates(RideEstimateRequest request)
In lieu of making an API request, this will merely return a single ride estimate with 0 duration and cost, but
with the wheelchair accessibility type that is possibly defined in the config.
|
protected abstract List<RideEstimate> |
TransportationNetworkCompanyDataSource.queryRideEstimates(RideEstimateRequest request) |
Modifier and Type | Method and Description |
---|---|
List<RideEstimate> |
LyftTransportationNetworkCompanyDataSource.queryRideEstimates(RideEstimateRequest request) |
Modifier and Type | Method and Description |
---|---|
List<RideEstimate> |
UberTransportationNetworkCompanyDataSource.queryRideEstimates(RideEstimateRequest request) |
Copyright © 2020. All rights reserved.