computeEVRoute

open fun computeEVRoute(routePlan: RoutePlan, @NonNull() profile: EVProfile, listener: Router.RouteComputeListener)
open fun computeEVRoute(routePlan: RoutePlan, @NonNull() profile: EVProfile, listener: Router.RouteComputeListener, @Nullable() executor: Executor)
open fun computeEVRoute(routePlan: RoutePlan, @NonNull() profile: EVProfile, @NonNull() preference: EVPreferences, listener: Router.RouteComputeListener)
open fun computeEVRoute(routePlan: RoutePlan, @NonNull() profile: EVProfile, @NonNull() preference: EVPreferences, listener: Router.RouteComputeListener, @Nullable() executor: Executor)