Hubro Connect
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Hubro Connect
hubro-connect
/
no.hubroplatform.hubroconnect
/
LocationMeasurement
Location
Measurement
@
Serializable
data
class
LocationMeasurement
(
val
time
:
Instant
,
val
latitude
:
Double
,
val
longitude
:
Double
,
val
altitude
:
Double
?
=
null
)
:
InstantaneousMeasurement
,
KoinComponent
Members
Constructors
Location
Measurement
Link copied to clipboard
constructor
(
time
:
Instant
,
latitude
:
Double
,
longitude
:
Double
,
altitude
:
Double
?
=
null
)
Properties
altitude
Link copied to clipboard
val
altitude
:
Double
?
=
null
data
Type
Link copied to clipboard
open
override
val
dataType
:
SensorDataType
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
sensor
Identifier
Link copied to clipboard
open
override
val
sensorIdentifier
:
String
time
Link copied to clipboard
open
override
val
time
:
Instant
Functions
get
Koin
Link copied to clipboard
open
fun
getKoin
(
)
:
Koin