evChargingStationSearch

Performs a synchronous EV Charging Stations Availability search using the provided EvChargingStationsAvailabilityOptions object. Delivers a Result containing an EvChargingStationsAvailabilityResponse, or a SearchError if the call fails.

Return

The Result containing an EvChargingStationsAvailabilityResponse if the call succeeds, or a SearchError if it fails.

Parameters

options

The object containing the properties to use in the search request.


Performs an asynchronous EV Charging Stations Availability search using the provided EvChargingStationsAvailabilityOptions object. Returns the result using the provided EvChargingStationsAvailabilityCallback.

Parameters

options

The object containing the properties to use in the search request.

callback

The EvChargingStationsAvailabilityCallback invoked when the search operation has finished, either successfully or with an error. The callback will be executed on the main thread.