ParkingDynamicDataResponse
data class ParkingDynamicDataResponse( val available: Boolean, val numberOfEmptySpots: Int? = null, val availabilityTrend: AvailabilityTrend? = null)
Content copied to clipboard
Response of the parking dynamic data search.
Parameters
available
true
if there is an available spot at the parking point of interest.
numberOfEmptySpots
Optional field specifying the number of available parking spots.
availabilityTrend
Prediction on availability.
Constructors
Link copied to clipboard
fun ParkingDynamicDataResponse( available: Boolean, numberOfEmptySpots: Int? = null, availabilityTrend: AvailabilityTrend? = null)
Content copied to clipboard