Package-level declarations

Includes the interfaces for the Parking Availability API implementation: the associated options, response data classes, and the callback interface related to it.

Types

Link copied to clipboard
Link copied to clipboard
data class ParkingAvailabilityOptions(val parkingDetailId: ParkingDetailId)

Defines the parameters of a parking availability request from the ParkingDetailProvider.

Link copied to clipboard
data class ParkingAvailabilityResponse(val statuses: List<ParkingAvailabilityStatus>, val parkingDetailId: ParkingDetailId)

Response of a parking availability request from ParkingDetailProvider.