sdk
sdk
/
com.sygic.sdk.route
/
TransitCountryInfo
Transit
Country
Info
data
class
TransitCountryInfo
(
val
country
:
String
,
val
regions
:
List
<
String
>
)
:
Parcelable
Constructors
Functions
Properties
Constructors
Transit
Country
Info
Link copied to clipboard
fun
TransitCountryInfo
(
country
:
String
,
regions
:
List
<
String
>
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
country
Link copied to clipboard
val
country
:
String
regions
Link copied to clipboard
val
regions
:
List
<
String
>