Hubro Connect
Toggle table of contents
1.4.3
common
Target filter
common
Switch theme
Search in API
Skip to content
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
,
val
sensorIdentifier
:
String
)
:
InstantaneousMeasurement
Members
Constructors
Location
Measurement
Link copied to clipboard
constructor
(
time
:
Instant
,
latitude
:
Double
,
longitude
:
Double
,
altitude
:
Double
?
=
null
,
sensorIdentifier
:
String
)
Properties
altitude
Link copied to clipboard
val
altitude
:
Double
?
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