toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.search
/
PlaceResultDetail
Place
Result
Detail
data
class
PlaceResultDetail
(
val
key
:
String
,
val
value
:
String
)
:
Parcelable
Members
Constructors
Place
Result
Detail
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
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
)