ui
2.8.0-rc.1
ui
/
com.mapbox.search.ui.view.place
/
IncorrectSearchPlaceFeedback
/
HistoryFeedback
History
Feedback
class
HistoryFeedback
(
val
historyRecord
:
HistoryRecord
)
:
IncorrectSearchPlaceFeedback
Metadata for a search place based on
HistoryRecord
.
Constructors
Functions
Properties
Constructors
History
Feedback
Link copied to clipboard
fun
HistoryFeedback
(
historyRecord
:
HistoryRecord
)
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
history
Record
Link copied to clipboard
val
historyRecord
:
HistoryRecord
HistoryRecord
used for search place creation.