Citymapper SDK
jvm
Citymapper SDK
/
com.citymapper.sdk.core.transit
/
HireVehicleStation
Hire
Vehicle
Station
jvm
data
class
HireVehicleStation
(
coords
:
Coords
,
name
:
String
?
,
serviceId
:
String
?
,
numberOfVehiclesAvailable
:
Int
?
,
numberOfDocksAvailable
:
Int
?
)
Content copied to clipboard
Properties
Properties
coords
Link copied to clipboard
jvm
val
coords
:
Coords
Content copied to clipboard
name
Link copied to clipboard
jvm
val
name
:
String
?
Content copied to clipboard
numberOfDocksAvailable
Link copied to clipboard
jvm
val
numberOfDocksAvailable
:
Int
?
Content copied to clipboard
numberOfVehiclesAvailable
Link copied to clipboard
jvm
val
numberOfVehiclesAvailable
:
Int
?
Content copied to clipboard
serviceId
Link copied to clipboard
jvm
val
serviceId
:
String
?
Content copied to clipboard