Interface SemanticGrpcCoordinateSequenceExperimental

interface SemanticGrpcCoordinateSequence {
    coords: readonly SemanticGrpcCoordinate[];
}

Properties

Properties

coords: readonly SemanticGrpcCoordinate[]