PositionInput
data class PositionInput(val coordinates: List<Double>, val dimensions: Int = coordinates.size)(source)
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.