History

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

Item that represents one search history entry.

Constructors

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

Properties

Link copied to clipboard

Whether record is also part of com.mapbox.search.record.FavoritesDataProvider.

Link copied to clipboard
val record: HistoryRecord

The HistoryRecord for the item.