toggle menu
SDK
androidJvm
switch theme
search in API
sdk-sensor-collection
/
com.combain.slamsdk_next.mode
/
SLModeLocationData
SLMode
Location
Data
data
class
SLModeLocationData
(
val
timestamp
:
Long
,
val
numberOfSats
:
Int
,
val
numberOfSatsUsedInFix
:
Int
,
val
satsFromExtras
:
Int
,
val
accuracy
:
Float
,
val
speed
:
Float
)
Members
Constructors
SLMode
Location
Data
Link copied to clipboard
constructor
(
timestamp
:
Long
,
numberOfSats
:
Int
,
numberOfSatsUsedInFix
:
Int
,
satsFromExtras
:
Int
,
accuracy
:
Float
,
speed
:
Float
)
Properties
accuracy
Link copied to clipboard
val
accuracy
:
Float
number
Of
Sats
Link copied to clipboard
val
numberOfSats
:
Int
number
Of
Sats
Used
In
Fix
Link copied to clipboard
val
numberOfSatsUsedInFix
:
Int
sats
From
Extras
Link copied to clipboard
val
satsFromExtras
:
Int
speed
Link copied to clipboard
val
speed
:
Float
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
get
Age
Link copied to clipboard
fun
getAge
(
)
:
Long