sdk
sdk
/
com.sygic.sdk.places
/
PlaceDetail
Place
Detail
data
class
PlaceDetail
(
val
key
:
String
?
,
val
value
:
String
?
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Place
Detail
Link copied to clipboard
fun
PlaceDetail
(
key
:
String
?
,
value
:
String
?
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
key
Link copied to clipboard
val
key
:
String
?
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
?
Content copied to clipboard