underlx / underlx

Unofficial Lisbon Metro Android app. It is kind of a client for https://github.com/underlx/disturbancesmlx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help users throughout trips

gbl08ma opened this issue · comments

When planning a trip, users should be able to "navigate" a trip, and the app should let them know when to change lines and exit the train at the destination station.

This is slowly being worked on: 82c29f2

Now that the routing code is refactored, it might be easier to implement stuff such as #22, by adding code to convert Path (not to be confused with JGraphT's GraphPath) to a Route, then comparing that Route with the ideal Route (as calculated by Route.create).

This is now implemented.