sdk
/
com.sygic.sdk.diagnostics.mapview
/
MapViewDiagnosticsData
Map
View
Diagnostics
Data
class
MapViewDiagnosticsData
(category:
Int
) :
StopWatchDiagnosticsData
Content copied to clipboard
Functions
Properties
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
var
endTime
:
Long
= 0L
Content copied to clipboard
startTime
Link copied to clipboard
var
startTime
:
Long
= 0L
Content copied to clipboard