toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-debug-info
/
com.mapbox.dash.sdk.debuginfo.domain.interactor
/
DebugInfoInteractor
Debug
Info
Interactor
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
DebugInfoInteractor
Inheritors
DebugInfoInteractorImpl
Members
Properties
view
State
Link copied to clipboard
abstract
val
viewState
:
Flow
<
DebugInfoViewState
>
visibility
Link copied to clipboard
abstract
val
visibility
:
StateFlow
<
Boolean
>
Functions
on
Animation
Scale
Link copied to clipboard
abstract
fun
onAnimationScale
(
)
on
Bearing
Link copied to clipboard
abstract
fun
onBearing
(
bearing
:
Double
)
on
Map
Fps
Link copied to clipboard
abstract
fun
onMapFps
(
fps
:
Int
)
on
Pitch
Link copied to clipboard
abstract
fun
onPitch
(
pitch
:
Double
)
on
Zoom
Link copied to clipboard
abstract
fun
onZoom
(
zoom
:
Double
)