LocationMeasurement

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

Constructors

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

Properties

Link copied to clipboard
val altitude: Double? = null
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

Functions

Link copied to clipboard
open fun getKoin(): Koin