Package com. mapbox. search. record
Types
FavoriteRecord
Link copied to clipboard
class FavoriteRecord(id: String, name: String, descriptionText: String?, address: SearchAddress?, routablePoints: List<RoutablePoint>?, categories: List<String>?, makiIcon: String?, coordinate: Point, type: SearchResultType, metadata: SearchResultMetadata?) : IndexableRecord, Parcelable
Content copied to clipboard
FavoritesDataProvider
Link copied to clipboard
HistoryDataProvider
Link copied to clipboard
HistoryRecord
Link copied to clipboard
class HistoryRecord(id: String, name: String, descriptionText: String?, address: SearchAddress?, routablePoints: List<RoutablePoint>?, categories: List<String>?, makiIcon: String?, coordinate: Point?, type: SearchResultType, metadata: SearchResultMetadata?, timestamp: Long) : IndexableRecord, Parcelable
Content copied to clipboard
IndexableDataProvider
Link copied to clipboard
IndexableDataProviderEngineLayer
Link copied to clipboard
interface IndexableDataProviderEngineLayer
Content copied to clipboard
IndexableRecord
Link copied to clipboard
LocalDataProvider
Link copied to clipboard
interface LocalDataProvider<R : IndexableRecord> : IndexableDataProvider<R>
Content copied to clipboard
IndexableDataProvider that represents stored locally by the SDK user data.