-
Notifications
You must be signed in to change notification settings - Fork 91
Home
#OpenTripPlanner for Android
This project is an open-source Android client for the OpenTripPlanner project. It is designed to interface with any OpenTripPlanner server via the OTP RESTful API, implemented in the OTP opentripplanner-api-webapp project.
A list of public OTP servers is kept in the OTP Server Directory (a Google Docs spreadsheet), and all mobile clients will be able to plan trips automatically using whichever server is appropriate for their current location. Please contact Sean Barbeau at barbeau@cutr dot usf.edu if you'd like to add your OTP server to the directory.
##Download the App!
Download the app via the Google Play store.
See the Release Notes for version details.
##Currently implemented features
- Plan trips via bus, bike, and walk that are linked together using any OTP server
##Planned features
- Add elevation graph
- Real-time navigation support, including auto-rerouting
- Text-to-Speech directions
- Text localization
- Favorites management for most common departures/destinations.
See our "Issues" page for a full list of planned features, which are labeled with an "Enhancements" tag.
###Presentations Check out a presentation about this app from the 2011 OpenTripPlanner Workshop in Portland, Oregon (starting on slide 33).
If you'd like to get your own version of the app working based on the source code, check out our Developer Guide page.
We'd love to work with other developers who might be interested in knocking off one or two of the above planned features. Please let us know if you're interested in helping out by emailing Sean Barbeau at barbeau@cutr dot usf.edu.
OpenTripPlanner for Android source code (i.e., this Github repo) is licensed under the Apache 2.0 license. OTP Android uses classes from the main OTP project to aid in the deserialization of OTP REST API responses. These classes are maintained in a separate Github project, are licensed under the L-GPL license per the main OTP project.
Some development was done as part of the Google Summer of Code 2013 OTP for Android project!
Mailing List - OpenTripPlanner Developer list - Just be sure to mention "OTP Android" in the subject line.