I'm currently running into the issue where I have to calculate distances along a path (and not direct distance). This prevents me from using the distance() function, and instead use Pathfinding's find path.
Is there any way we can get an expression for path distance in pathfinding?
TELLES0808, Ashley