TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.utils
/
CityType
/
CityDestination
City
Destination
class
CityDestination
(
val
id
:
String
,
val
name
:
String
)
:
CityType
Class for destination city during job execution
Members
Constructors
City
Destination
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String