Position

public struct Position : Decodable

A struct containing the value of the coordinate axes, ‘x’ and ‘y’.

  • x

    The value of the x-axis.

    Declaration

    Swift

    public let x: Double
  • y

    The value of the y-axis.

    Declaration

    Swift

    public let y: Double