OpenTripPlanner-for-Android icon indicating copy to clipboard operation
OpenTripPlanner-for-Android copied to clipboard

Add support for ridesharing-ish apps

Open barbeau opened this issue 9 years ago • 2 comments

We should take a look at this. For example, the Uber API is showing up in all kinds of apps, from Google Maps, to the Transit App, to MARTA's app. Here's the API to check out for Uber specifically: https://developer.uber.com/

It would be nice to support more than one vendor if possible.

barbeau avatar Jun 17 '15 13:06 barbeau

Using Google Maps (at least, on Android; maybe other platforms) to get walking directions now also includes Uber possibilities as you say, which shows the three key estimations: time until pickup, time en route, and fare. Those would be crucial to include in an OTP implementation, IMHO. Thanks!

FortKnox42 avatar Jun 17 '15 13:06 FortKnox42

@barbeau It's been a while since that subject has risen, but there's currently an OTP branch to implement it server side, both Lyft and Uber are supported : https://github.com/opentripplanner/OpenTripPlanner/tree/tnc-routing

There's even one with car renting API support (in addition to previous TNC routing support): https://github.com/opentripplanner/OpenTripPlanner/tree/car-rental-routing

Hopefully this could be merged soon! I tried to merge it in my dev build, but without a doc to properly set it up, it's hard to know why it doesn't work.

----- Original Message -----

From: "Sean Barbeau" [email protected] To: "CUTR-at-USF/OpenTripPlanner-for-Android" [email protected] Sent: Wednesday, 17 June, 2015 3:19:07 PM Subject: [OpenTripPlanner-for-Android] Add support for ridesharing-ish apps (#474)

We should take a look at this. For example, the Uber API is showing up in all kinds of apps, from Google Maps, to the Transit App, to MARTA's app. Here's the API to check out for Uber specifically: https://developer.uber.com/

It would be nice to support more than one vendor if possible.

— Reply to this email directly or view it on GitHub .

kalon33 avatar Jul 23 '18 21:07 kalon33