sdk
/
com.mapbox.search.record
/
IndexableDataProvider
/
get
get
abstract fun
get
(id:
String
):
R
?
Content copied to clipboard
Get item by
id
.
Return
item with
id
if data provider contains it, null otherwise.
Parameters
id
of item to check.