sdk
sdk
/
com.sygic.sdk.places
/
PlaceDetail
Place
Detail
data
class
PlaceDetail
(
val
key
:
String
?
,
val
value
:
String
?
)
:
Parcelable
Constructors
Functions
Properties
Constructors
Place
Detail
Link copied to clipboard
fun
PlaceDetail
(
key
:
String
?
,
value
:
String
?
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
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
?