ParkingData

class ParkingData(totalCapacity: Int, reservedForDisabilities: Int)

Parking information for the POI.

Constructors

ParkingData
Link copied to clipboard
fun ParkingData(totalCapacity: Int, reservedForDisabilities: Int)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

reservedForDisabilities
Link copied to clipboard
val reservedForDisabilities: Int
Number of spots for persons with disabilities.
totalCapacity
Link copied to clipboard
val totalCapacity: Int
Number of parking spots.