History

class History(val record: HistoryRecord, val isFavorite: Boolean) : SearchResultAdapterItem

Item that represents one search history entry.

Parameters

record

The HistoryRecord for the item.

isFavorite

The flag that denotes whether the record is also part of the com.mapbox.search.record.FavoritesDataProvider.

Constructors

Link copied to clipboard
fun History(record: HistoryRecord, isFavorite: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val record: HistoryRecord