PathPoint

@Serializable
data class PathPoint(val x: Double, val y: Double)(source)

One world-coordinate vertex of a AnimationEvent.PlannedPath route polyline (G12).

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Properties

Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double