Link

data class Link(val latI: Int = 0, val lonI: Int = 0, val uid: String = "", val callsign: String = "", val linkType: Int = 0)(source)

One route waypoint or control point.

Constructors

Link copied to clipboard
constructor(latI: Int = 0, lonI: Int = 0, uid: String = "", callsign: String = "", linkType: Int = 0)

Properties

Link copied to clipboard

the point's display callsign.

Link copied to clipboard
val latI: Int

latitude in degrees × 1e7.

Link copied to clipboard

0 = waypoint (b-m-p-w), 1 = checkpoint (b-m-p-c).

Link copied to clipboard
val lonI: Int

longitude in degrees × 1e7.

Link copied to clipboard
val uid: String

the point's UID (a deterministic one is generated on build when empty).