EVSearchInterface (API Reference)
Package com.here.sdk.search
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 Summary
Modifier and TypeMethodDescriptionsearch(List<String> ids, EVSearchCallback callback) Performs an asynchronous request forEVChargingLocationinstances with given Place IDs.
-
Method Details
-
search
Performs an asynchronous request for
EVChargingLocationinstances 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.
-