Sets the path to the shortest path from start to destination
start
destination
void determineShortestPath(String destination, [String? start]) { path = getShortestPath(destination, start); }