search abstract method
- List<
String> ids, - EVSearchCallback callback
Performs an asynchronous request for EVChargingLocation instances with given Place IDs.
-
idsList of charging location identifiers. -
callbackCallback which receives the result on the main thread.
Returns TaskHandle. Handle that will be used to manipulate the execution of the task.
Implementation
TaskHandle search(List<String> ids, EVSearchCallback callback);