sdk / com.mapbox.search.record / IndexableDataProvider / get

get

abstract fun get(id: String): R?

Get item by id.

Parameters

id - of item to check.

Return
item with id if data provider contains it, null otherwise.