toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-debug-info
/
com.mapbox.dash.sdk.debuginfo.presentation
/
DebugInfoViewModel
Debug
Info
View
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
DebugInfoViewModel
(
debugInfoInteractor
:
DebugInfoInteractor
)
:
ViewModel
Members
Constructors
Debug
Info
View
Model
Link copied to clipboard
constructor
(
debugInfoInteractor
:
DebugInfoInteractor
)
Properties
view
State
Link copied to clipboard
val
viewState
:
Flow
<
DebugInfoViewState
>
visibility
Link copied to clipboard
val
visibility
:
StateFlow
<
Boolean
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)
on
Animation
Scale
Link copied to clipboard
fun
onAnimationScale
(
)
on
Bearing
Link copied to clipboard
fun
onBearing
(
bearing
:
Double
)
on
Map
Fps
Link copied to clipboard
fun
onMapFps
(
fps
:
Int
)
on
Pitch
Link copied to clipboard
fun
onPitch
(
pitch
:
Double
)
on
Zoom
Link copied to clipboard
fun
onZoom
(
zoom
:
Double
)