Type alias ShortestPathAlgorithmType

ShortestPathAlgorithmType: "BFS" | "BIDIRECTIONAL_SEARCH" | "A_STAR" | "JPS"

For guidance on picking the right algorithm check out pathfinding performance.