computeRoute

open fun computeRoute(routePlan: RoutePlan, listener: Router.RouteComputeListener)

This method will compute a full route.

Parameters

routePlan
open fun computeRoute(routePlan: RoutePlan, listener: Router.RouteComputeListener, @Nullable() executor: Executor)

This method will compute a full route.

Parameters

routePlan
executor

Executor which will execute listener's callbacks