compute Route
open fun computeRoute(routePlan: RoutePlan, listener: Router.RouteComputeListener)
Content copied to clipboard
This method will compute a full route.
Parameters
routePlan
open fun computeRoute(routePlan: RoutePlan, listener: Router.RouteComputeListener, @Nullable() executor: Executor)
Content copied to clipboard
This method will compute a full route.
Parameters
routePlan
executor
Executor which will execute listener's callbacks