sdk
sdk
/
com.sygic.sdk.search
/
PlaceResultDetail
Place
Result
Detail
data
class
PlaceResultDetail
(
val
key
:
String
,
val
value
:
String
)
:
Parcelable
Constructors
Functions
Properties
Constructors
Place
Result
Detail
Link copied to clipboard
fun
PlaceResultDetail
(
key
:
String
,
value
:
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
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String