Note

The Barcode Count mapping API is still in beta and may change in future versions of Scandit Data Capture SDK.

Coordinate 2D

Defined in framework ScanditBarcodeCapture

Coordinate2D
open class Coordinate2D : NSObject

Added in version 6.17.0

Represents a position in a grid.

init
init(x: Int, y: Int)

Added in version 6.17.0

Instantiates a Coordinate2d.

x
open var x: Int { get }

Added in version 6.17.0

X coordinate value.

y
open var y: Int { get }

Added in version 6.17.0

Y coordinate value.