Vertex

data class Vertex(val latI: Int, val lonI: Int)(source)

Compact vertex used by polyline / polygon / rectangle shapes. Stored at the SDK level as Int pairs to match the 1e7-scaled coordinate convention used by TakPacketV2Data.latitudeI / longitudeI.

Constructors

Link copied to clipboard
constructor(latI: Int, lonI: Int)

Properties

Link copied to clipboard
val latI: Int

latitude in degrees × 1e7.

Link copied to clipboard
val lonI: Int

longitude in degrees × 1e7.