sdk
/
com.mapbox.search.metadata
/
ParkingData
Parking
Data
class
ParkingData
(totalCapacity:
Int
, reservedForDisabilities:
Int
)
Content copied to clipboard
Parking information for the POI.
Constructors
Functions
Properties
Constructors
ParkingData
Link copied to clipboard
fun
ParkingData
(totalCapacity:
Int
, reservedForDisabilities:
Int
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
reservedForDisabilities
Link copied to clipboard
val
reservedForDisabilities
:
Int
Content copied to clipboard
Number of spots for persons with disabilities.
totalCapacity
Link copied to clipboard
val
totalCapacity
:
Int
Content copied to clipboard
Number of parking spots.