toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.nav.gm.search.data
/
SearchRequestState
/
Failed
Failed
data
class
Failed
(
val
id
:
Long
,
val
type
:
RequestType
,
val
exception
:
Exception
)
:
SearchRequestState
Members
Constructors
Failed
Link copied to clipboard
constructor
(
id
:
Long
,
type
:
RequestType
,
exception
:
Exception
)
Properties
exception
Link copied to clipboard
val
exception
:
Exception
id
Link copied to clipboard
val
id
:
Long
type
Link copied to clipboard
val
type
:
RequestType