Marker
data class Marker(val kind: Int = 0, val color: Int = 0, val colorArgb: Int = 0, val readiness: Boolean = false, val parentUid: String = "", val parentType: String = "", val parentCallsign: String = "", val iconset: String = "") : TakPacketV2Data.Payload(source)
Fixed marker: spot, waypoint, checkpoint, 2525 symbol, or custom icon. Maps to the Marker protobuf message at payload_variant tag 35.
Constructors
Properties
Link copied to clipboard
One of the MARKER_KIND_* constants in CotXmlParser.
Link copied to clipboard
Callsign of the parent item.
Link copied to clipboard
CoT type of the parent item.