toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.domain
/
RecordId
Record
Id
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
class
RecordId
(
val
id
:
String
,
val
mapboxId
:
String
?
)
Members
Constructors
Record
Id
Link copied to clipboard
constructor
(
id
:
String
,
mapboxId
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
String
mapbox
Id
Link copied to clipboard
val
mapboxId
:
String
?
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String