EvChargingAvailabilityProvider

This is the interface of the EV charging availability API.

Important: This is a Public Preview API. It may be changed or removed at any time.

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 SearchFailure if the call fails.

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