explore Charging Stations On Route
fun exploreChargingStationsOnRoute(route: Route, vehicleProfile: VehicleProfile?, listener: RouteExplorer.OnExploreChargingStationsOnRouteListener, executor: Executor? = null): Task
Parameters
route
Route along which are charging stations searched for and filtered by it's vehicle profile, or optional vehicle profile override below
vehicle Profile
(optional) Vehicle profile override, overrides vehicle profile provided in compute options
listener
Receive all charging stations along the route filtered by hard constraints defined in Electric powertrain traits of vehicle profile
executor
(optional) Executor which will execute listener's callbacks