Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-domain
/
org.meshtastic.core.domain.usecase.settings
/
PositionExport
/
PositionExport
Position
Export
constructor
(
latitude
:
Double
?
=
null
,
longitude
:
Double
?
=
null
,
altitude
:
Int
?
=
null
,
time
:
Long
?
=
null
,
locationSource
:
String
?
=
null
,
groundSpeed
:
Int
?
=
null
,
groundTrack
:
Int
?
=
null
,
satsInView
:
Int
?
=
null
,
precisionBits
:
Int
?
=
null
)
(
source
)