toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-debug-info
/
com.mapbox.dash.sdk.debuginfo.domain.model
/
DebugInfoViewState
Debug
Info
View
State
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
DebugInfoViewState
(
val
screenFps
:
Int
,
val
mapFps
:
Int
,
val
cameraState
:
String
,
val
pitch
:
Double
,
val
zoom
:
Double
,
val
bearing
:
Double
,
val
userId
:
String
,
val
sessionId
:
String
,
val
animationScale
:
Float
)
Members
Constructors
Debug
Info
View
State
Link copied to clipboard
constructor
(
screenFps
:
Int
,
mapFps
:
Int
,
cameraState
:
String
,
pitch
:
Double
,
zoom
:
Double
,
bearing
:
Double
,
userId
:
String
,
sessionId
:
String
,
animationScale
:
Float
)
Properties
animation
Scale
Link copied to clipboard
val
animationScale
:
Float
bearing
Link copied to clipboard
val
bearing
:
Double
camera
State
Link copied to clipboard
val
cameraState
:
String
map
Fps
Link copied to clipboard
val
mapFps
:
Int
pitch
Link copied to clipboard
val
pitch
:
Double
screen
Fps
Link copied to clipboard
val
screenFps
:
Int
session
Id
Link copied to clipboard
val
sessionId
:
String
user
Id
Link copied to clipboard
val
userId
:
String
zoom
Link copied to clipboard
val
zoom
:
Double