toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
MapState
/
Ready
Ready
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Ready
(
val
warningType
:
String
?
=
null
,
val
warningMessage
:
String
?
=
null
)
:
MapState
Members
Constructors
Ready
Link copied to clipboard
constructor
(
warningType
:
String
?
=
null
,
warningMessage
:
String
?
=
null
)
Properties
warning
Message
Link copied to clipboard
val
warningMessage
:
String
?
=
null
warning
Type
Link copied to clipboard
val
warningType
:
String
?
=
null
Functions
do
On
Warning
Link copied to clipboard
fun
doOnWarning
(
block
:
(
warning
:
String
,
msg
:
String
?
)
->
Unit
)