Hi All,
I'm am trying to create a FeatureLayer that updates in real time in the ArcGIS API for JavaScript in 4.x. I seem to be able to update my graphic object (change the geometry) and it looks right when I print it out the console. But the graphic doesn't seem to move on the map. The only way I seem to be able to get it to move is to remove it from the layer and add a new graphic. Am I missing something? Is what I'm trying to do possible?
Gabe