search abstract method

TaskHandle search(
  1. List<String> ids,
  2. EVSearchCallback callback
)

Performs an asynchronous request for EVChargingLocation instances with given Place IDs.

  • ids List of charging location identifiers.

  • callback Callback 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);