compute EVRange
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
position
capacities
List
options
profile
listener
executor