Map Outdoor Building Floor
    Class that contains information for a floor within a building. Encapsulates waypoints (Waypoint) that are on this floor.
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Adds a waypoint to the floor.
Link copied to clipboard
                  Link copied to clipboard
                  This will be used to dynamically add/remove elevators from the Dijkstra graph.
Link copied to clipboard
                  This will be used to dynamically add/remove exits from the Dijkstra graph.
Link copied to clipboard
                  Link copied to clipboard
                  Helper getter to return just the values of the map since that is typically all that is needed.
Link copied to clipboard
                  Link copied to clipboard
                  This will be used to dynamically add/remove stairs from the Dijkstra graph.
Link copied to clipboard
                  Finds a waypoint with a given ID.
Link copied to clipboard