requestParkingPrice

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

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

Return

The Result contains a ParkingPriceResponse in if the call succeeds or a SearchFailure 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.

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

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.