requestParkingPrice

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

Return

The Result contains a ParkingPriceResponse in if the call succeeds or a SearchError if it fails.

Parameters

options

The object which contains the data necessary to execute the search action.


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

Return

Cancellable parking price operation.

Parameters

options

The object which contains the data necessary to execute the search action.

callback

The ParkingPriceCallback invoked when the search operation has been finished either successfully or with an error. The callback will be executed in the main thread.