toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.route
/
TransitCountryInfo
Transit
Country
Info
data
class
TransitCountryInfo
(
val
country
:
String
,
val
regions
:
List
<
String
>
)
:
Parcelable
Members
Constructors
Transit
Country
Info
Link copied to clipboard
constructor
(
country
:
String
,
regions
:
List
<
String
>
)
Properties
country
Link copied to clipboard
val
country
:
String
regions
Link copied to clipboard
val
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
)