Interface EVSearchInterface

All Known Implementing Classes:
EVSearchEngine

public interface EVSearchInterface

Provides the interface for the EVSearchEngine. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Method Details

    • search

      @NonNull TaskHandle search(@NonNull List<String> ids, @NonNull EVSearchCallback callback)

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

      Parameters:
      ids -

      List of charging location identifiers.

      callback -

      Callback which receives the result on the main thread.

      Returns:

      Handle that will be used to manipulate the execution of the task.