Story
As a user, I want to be able to see how to get to a certain class from where I currently am.
Acceptance criteria
Button on the map for directions
- Input: Select any building on the map
- Output: A get direction button is there
Visually show the directions
- Input: Select a building/room and press the get directions button
- Output: A visual line from the current location and an estimated walk time
A backend API endpoint
- Input: Takes in a coordinate, as well as a building ID
- Output: The estimated walking time, and if possible, the directions
Story
As a user, I want to be able to see how to get to a certain class from where I currently am.
Acceptance criteria
Button on the map for directions
Visually show the directions
A backend API endpoint