sdk
sdk
/
com.sygic.sdk.diagnostics.mapview
/
MapViewDiagnosticsData
Map
View
Diagnostics
Data
class
MapViewDiagnosticsData
(
val
category
:
Int
)
:
StopWatchDiagnosticsData
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Map
View
Diagnostics
Data
Link copied to clipboard
fun
MapViewDiagnosticsData
(
category
:
Int
)
Content copied to clipboard
Functions
elapsed
Seconds
Link copied to clipboard
fun
elapsedSeconds
(
)
:
Long
Content copied to clipboard
reset
Link copied to clipboard
fun
reset
(
)
Content copied to clipboard
start
Link copied to clipboard
fun
start
(
startTime
:
Long
=
System.currentTimeMillis()
)
Content copied to clipboard
stop
Link copied to clipboard
fun
stop
(
endTime
:
Long
=
System.currentTimeMillis()
)
Content copied to clipboard
Properties
category
Link copied to clipboard
val
category
:
Int
Content copied to clipboard
endTime
Link copied to clipboard
val
endTime
:
Long
=
0
Content copied to clipboard
startTime
Link copied to clipboard
val
startTime
:
Long
=
0
Content copied to clipboard