computeRoute

abstract fun computeRoute(currentPos: P, finalPos: P): Route<P>

Computes a route between two positions.

Return

a Route connecting the two points

Parameters

currentPos

starting Position

finalPos

ending Position