computeEVRange

fun computeEVRange(    position: GeoCoordinates,     capacities: List<Double>,     options: RoutingOptions,     profile: EVProfile,     listener: EVRangeListener,     executor: Executor? = null): Router.Task

Computes range of EV from given position using different battery capacities battery based on starting ev profile

Parameters

capacities

List

profile
executor