[][src]Module pathfinder::map::network

Connecting Nodes logic

Functions

get

Retrieves a node from a network.

path

Paths between two different points that are connected. Will return an Error if the provided A and B don't exist in the network, or if the path could not be found.

path_shortest_leg

Creates a path using the 'shortest leg' in the journey at each stop.