evChargingStationSearch
Synchronously requests the EV Charging Stations Availability using the provided ChargingStationAvailabilityOptions object. Delivers a Result containing a ChargingStationAvailabilityResponse, or a SearchError if the call fails.
Return
The Result containing a ChargingStationAvailabilityResponse if the call succeeds, or a SearchError if it fails.
Parameters
The object containing the properties to use in the search request.
Performs an asynchronous EV Charging Stations Availability search using the provided ChargingStationAvailabilityOptions object. Returns the result using the provided ChargingStationAvailabilityCallback.
Parameters
The object containing the properties to use in the search request.
The ChargingStationAvailabilityCallback invoked when the search operation has finished, either successfully or with an error. The callback will be executed on the main thread.