evChargingParkDynamicData
Performs a synchronous EV Charging Park dynamic data fetch using the provided EvChargingParkDynamicDataOptions object. Delivers a Result containing an EvChargingParkDynamicDataResponse, or an SearchError if the call fails.
Return
The Result containing an EvChargingParkDynamicDataResponse if the call succeeds, or an SearchError if it fails.
Parameters
The object containing the properties to use for fetching the dynamic data.
Performs an asynchronous EV Charging Park dynamic data fetch using the provided EvChargingParkDynamicDataOptions object. Returns the result using the provided EvChargingParkDynamicDataCallback.
Return
A cancellable operation.
Parameters
The object containing the properties to fetch dynamic data.
The EvChargingParkDynamicDataCallback invoked when the fetch operation has finished, either successfully or with an error. The callback will be executed on the main thread.