-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
This view shows stations and their respective routes closeby to a given point. It may be the user's location, or a named point of interest, like a building or street address.
- Create a POI view, and a model for the named point it represents.
- Show a list of nearby stations at the POI.
- Show upcoming arrivals at each station.
- Show a map, with overlaid routes and stations from Map view #9.
- For a moving point, like the user's current location, adjust the list of nearby stations as the point moves.
- Facilitate a way for the view to follow the user's current location, or a named point.