Modifier and Type | Method and Description |
---|---|
List<ArrivalTime> |
TransportationNetworkCompanyResponse.getEstimates() |
Modifier and Type | Method and Description |
---|---|
void |
TransportationNetworkCompanyResponse.setEtaEstimates(List<ArrivalTime> estimates) |
Constructor and Description |
---|
TransportationNetworkCompanySummary(RideEstimate estimate,
ArrivalTime time) |
Modifier and Type | Method and Description |
---|---|
List<ArrivalTime> |
TransportationNetworkCompanyService.getArrivalTimes(String companies,
Place place)
Get the ETA estimates from the specified TNC companies
|
Modifier and Type | Method and Description |
---|---|
List<ArrivalTime> |
TransportationNetworkCompanyDataSource.getArrivalTimes(double latitude,
double longitude) |
protected List<ArrivalTime> |
NoApiTransportationNetworkCompanyDataSource.queryArrivalTimes(Position position)
In lieu of making an API request, this will merely return a single arrival estimate with the default arrive time.
|
protected abstract List<ArrivalTime> |
TransportationNetworkCompanyDataSource.queryArrivalTimes(Position position) |
Modifier and Type | Method and Description |
---|---|
List<ArrivalTime> |
LyftTransportationNetworkCompanyDataSource.queryArrivalTimes(Position request) |
Modifier and Type | Method and Description |
---|---|
List<ArrivalTime> |
UberTransportationNetworkCompanyDataSource.queryArrivalTimes(Position position) |
Copyright © 2020. All rights reserved.