| Interface | Description |
|---|---|
| Compass.CompassListener |
An interface which defines a listener for compass changes.
|
| Navigable |
All locations to be navigated to must implement this interface.
|
| Class | Description |
|---|---|
| CardBuilder |
A class used to construct the CardView data used for navigation.
|
| Compass |
A class to provide compass functionality.
|
| DirectionCardData |
A class to represent the information stored in a navigation card in the UI.
|
| Edge |
A class that represents an edge between two
Node in the Urban Sciences Building. |
| Navigator |
A class which calculates routes between locations in the Urban Sciences Building.
|
| Node |
A class that represents a node used for navigation in the Urban Sciences Building.
|
| TourCardData |
A class to represent the information stored in a tour card in the UI.
|
| Enum | Description |
|---|---|
| Direction |
A class to define navigation directions.
|