runRoute

fun runRoute(start: LocationInfo.RoutePtItem, end: LocationInfo.RoutePtItem, via: List<LocationInfo.RoutePtItem>? = null, listener: OnOrbisRouteListener)

Runs a route calculation.

Parameters

start

The starting point of the route.

end

The destination of the route.

via

A list of waypoints.

listener

The listener for route calculation results.