LocationMeasurement

@Serializable
data class LocationMeasurement(val time: Instant, val latitude: Double, val longitude: Double, val altitude: Double? = null, val sensorIdentifier: String) : InstantaneousMeasurement

Constructors

Link copied to clipboard
constructor(time: Instant, latitude: Double, longitude: Double, altitude: Double? = null, sensorIdentifier: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val dataType: SensorDataType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val sensorIdentifier: String
Link copied to clipboard
open override val time: Instant