PositionInput

data class PositionInput(val coordinates: List<Double>, val dimensions: Int = coordinates.size)

GraphQL input object for a generic position, that will avoid the use of a full Position or PositionSurrogate when client executes operations that require a position as parameter.

Parameters

coordinates

the coordinates of the position.

dimensions

the dimension of the position.

Constructors

Link copied to clipboard
constructor(coordinates: List<Double>, dimensions: Int = coordinates.size)

Properties

Link copied to clipboard
Link copied to clipboard