data class HistoryRecord : IndexableRecord, Parcelable
History indexable record.
See Also
address |
History address. val address: SearchAddress? |
coordinate |
History coordinate. val coordinate: Point? |
id |
History item id. val id: String |
indexTokens |
Additional string literals that should be used for search index. val indexTokens: List<String> |
name |
History name. val name: String |
searchResultType |
Type of search result. val searchResultType: SearchResultType |
timestamp |
History item creation time. val timestamp: Long |