data class PositionExport(val latitude: Double? = null, val longitude: Double? = null, val altitude: Int? = null, val time: Long? = null, val locationSource: String? = null, val groundSpeed: Int? = null, val groundTrack: Int? = null, val satsInView: Int? = null, val precisionBits: Int? = null)(source)