findPath
fun VyrekaMap.findPath(start: Location, end: Location, algorithm: RoutingAlgorithm, cost: CellTravelCostSupplier): RoutingResult(source)
Finds a path from the start location to the end location using the specified algorithm and cost supplier.
Since
1.0.0
Parameters
start
the start location.
end
the end location.
algorithm
the algorithm to use.
cost
the cost supplier.