Select to view content in your preferred language

Cannot remove vertex in new Geometry Editor

330
1
09-26-2024 07:57 AM
AC4
by
New Contributor

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

0 Kudos
1 Reply
GuntherHeppner
Esri Contributor

@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.

0 Kudos