Hi
View.goTo is not working any suggestion..?
  let point = {
                type: "point",
                x: i.geometry.x,
                y: i.geometry.y,
                spatialReference: { wkid: 32642}
              }
                                            
   let  g = new Graphic({
                         geometry: point,
                         symbol: {
                                  type: "simple-marker",
                                  size: 7,
                                  color: [227, 241, 18],
                                  outline: null
                                  }
                             })
    view.goTo({
             target: point,
             zoom: 12
          }); 
    view.graphics.add(g)
Output of point object is....
