toggle menu
QP SDK Android
2.2.13/build-83
androidJvm
switch theme
search in API
QP SDK Android
/
com.quandopasso.sdk.metrics
/
BaseMetric
Base
Metric
open
class
BaseMetric
(
val
codename
:
String
,
val
position
:
Location
)
Inheritors
PositionMetric
SpeedMetric
VSignReadMetric
Members
Constructors
Base
Metric
Link copied to clipboard
constructor
(
codename
:
String
,
position
:
Location
)
Properties
codename
Link copied to clipboard
val
codename
:
String
position
Link copied to clipboard
val
position
:
Location
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
to
Dictionary
Link copied to clipboard
open
fun
toDictionary
(
)
:
Map
<
String
,
Any
>