evSearch
Performs a synchronous Electric Vehicle (EV) search computing action based on the provided EvSearchOptions object and delivers the Result by the provided EvSearchResponse, or by a SearchFailure if the action fails.
Return
The Result contains a EvSearchResponse in if the call succeeds or a SearchFailure if it fails.
Parameters
The object which contains the data necessary to execute the EV search action.
Performs an asynchronous search computing action based on the provided EvSearchOptions object and returns the result by the provided EvSearchCallback.
Return
Cancellable EV search operation.
Parameters
The configuration options for the Electric Vehicle (EV) search.
The EvSearchCallback invoked when the EV search operation has been finished either successfully or with an error. The callback will be executed in the main thread.