Package-level declarations

Types

Link copied to clipboard

A routing algorithm that finds the optimal path between two cells. The algorithm is responsible for finding the path and returning the result.

Link copied to clipboard
data class RoutingResult(val path: Path, val duration: Duration)

A routing result that contains the best path and duration taken to find the path.