Hello,
I migrated from ArcGIS Android Runtime 100.X to ArcGIS Kotlin Maps 200.5. I replaced SketchEditor with the new GeometryEditor and it seems it's not possible to remove vertices interactively. When a vertex is selected, there is no popup with "remove vertex". I checked and allowDeletingSelectedElement is correctly set to true
Did I miss something ?
Thanks
@AC4 - at 200.x, the GeometryEditor doesn't support deleting vertices interactively out-of-the-box, i.e. there is no built-in support for a "remove vertex" popup. You will need to implement this in your application based on your desired user experience. Deleting vertices can be done by calling GeoemtryEditor.deleteSelectedElement.