Package-level declarations

Includes classes that are used in the implementation of the parking availability provider.

Types

Link copied to clipboard
data class ParkingAvailabilityStatus(    val isAvailable: Boolean,     val updatedAt: Date,     val emptySpotsCount: Int?,     val availabilityTrend: ParkingAvailabilityTrend?)

The state of a parking place at the time when the update was provided.

Link copied to clipboard

The availability trend of the parking.