ParkingDataProvider

This is the interface of the Parking Details API.

Functions

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

Synchronously, requests the availability of parking based on the provided ParkingAvailabilityOptions object and delivers the ParkingAvailabilityResponse, or a SearchError if the request fails.

Asynchronously, requests the availability of parking based on the provided ParkingAvailabilityOptions object and returns the result by the provided ParkingAvailabilityCallback.

Link copied to clipboard

Synchronously, requests the availability of parking based on the provided ParkingPriceOptions object and delivers the ParkingPriceResponse, or a SearchError if the request fails.

Asynchronously, requests the details of the parking prices based on the provided ParkingPriceOptions object and returns the result by the provided ParkingPriceCallback.