CoTMessage
@Serializable
Constructors
Link copied to clipboard
constructor(uid: String, type: String, time: Instant = Clock.System.now(), start: Instant = time, stale: Instant, how: String = "m-g", latitude: Double = 0.0, longitude: Double = 0.0, hae: Double = TAK_UNKNOWN_POINT_VALUE, ce: Double = TAK_UNKNOWN_POINT_VALUE, le: Double = TAK_UNKNOWN_POINT_VALUE, contact: CoTContact? = null, group: CoTGroup? = null, status: CoTStatus? = null, track: CoTTrack? = null, chat: CoTChat? = null, remarks: String? = null, rawDetailXml: String? = null)