I am trying to convert a graphics array to a FeatureLayer, exactly like the following ESRI API example:
ArcGIS API for JavaScript Sandbox
I'm having to convert this example back to 3.2 because I need to add a feature table which is not yet available in 4.3.
Can anybody tell me how to do this with the 3.2 library instead of the 4.3?
More specifically, I need to know how to get the same results on the 'new Point' function found on line 293. In 4.3, the array that is created has a lot more attributes that the same array created in 3.2. From what I can tell, this is what is keeping me from creating the new FeatureLayer in 3.2.
Thank you.