-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a developer-only UI on the map screen that lists all active shuttles and allows quickly inspecting them on the map.
Behavior
When Dev Mode is enabled, show a action button on the map screen opens a panel that displays a list of currently active shuttles (vehicles). Selecting a shuttle should:
- Automatically zoom and pan the map camera to that shuttle’s marker
- Open the shuttle’s info window
Shuttle info display
- Vehicle name / ID
- Route name
- Speed
- Current stop (if available)
Use data from: https://api-shuttles.rpi.edu/api/velocities and https://api-shuttles.rpi.edu/api/locations
Wire up the velocities endpoint if it hasn’t been implemented yet.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request