computeRoute

open fun computeRoute(currentPos: GeoPosition, finalPos: GeoPosition): Route<GeoPosition>

Computes a route between two positions.

Return

a Route connecting the two points

Parameters

currentPos

starting Position

finalPos

ending Position