Hi all,
I am looking for a solution with which I can do fast coordinate updates of FeatureLayer objects hosted on ArcGIS Online. I guess with applyEdits() function I just can update "normal" attributes, but not the geometries/graphics information. A big amount of points has to be updated programmatically everytime. (Background: application provides a csv import with 5000-10000 datasets including new point coordinates). New points also have to be created, if dataset is not existing in hosted FeatureLayer yet.
How could I do this with good performance?
Best Regards,
Michael