ParkingAvailabilityStatus

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.

Constructors

Link copied to clipboard
constructor(isAvailable: Boolean, updatedAt: Date, emptySpotsCount: Int?, availabilityTrend: ParkingAvailabilityTrend?)

Properties

Link copied to clipboard

Prediction on the availability in the parking.

Link copied to clipboard

The number of available parking spots.

Link copied to clipboard

Indicates if there are available parking spots.

Link copied to clipboard

The exact time when this parking data was last updated.