evChargingStationSearch

Synchronously requests the EV Charging Stations Availability using the provided EvChargingAvailabilityOptions object. Delivers a Result containing a EvChargingAvailabilityResponse, or a SearchError if the call fails.

Return

The Result containing a EvChargingAvailabilityResponse 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 EvChargingAvailabilityOptions object. Returns the result using the provided EvChargingAvailabilityCallback.

Parameters

options

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

callback

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