SearchExtendedApi
Interface of the search API.
Functions
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.
Performs an asynchronous EV Charging Park dynamic data fetch using the provided EvChargingParkDynamicDataOptions object. Returns the result using the provided EvChargingParkDynamicDataCallback.
Performs a synchronous fuel dynamic data fetch using the provided FuelDynamicDataOptions object. Delivers a Result containing a FuelDynamicDataResponse, or a SearchError if the call fails.
Performs an asynchronous fuel dynamic data fetch using the provided FuelDynamicDataOptions object. Returns the result using the provided FuelDynamicDataCallback.
Performs a synchronous geometry data fetch using the provided GeometryDataOptions object. Delivers a Result containing a GeometryDataResponse, or a SearchError if the call fails.
Performs an asynchronous fuel geometry data fetch using the provided GeometryDataOptions object. Returns the result using the provided GeometryDataCallback.
Performs a synchronous parking dynamic data fetch using the provided ParkingDynamicDataOptions object. Delivers a Result containing a ParkingDynamicDataResponse, or a SearchError if the call fails.
Performs an asynchronous parking dynamic data fetch using the provided ParkingDynamicDataOptions object. Returns the result using the provided ParkingDynamicDataCallback.