EvChargingAvailabilityProvider

This is the interface of the EV charging availability API.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard

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.

Performs an asynchronous EV Charging Stations Availability search using the provided EvChargingAvailabilityOptions object. Returns the result using the provided EvChargingAvailabilityCallback.