Select to view content in your preferred language

Drag Vertex with Sketch Editor

359
1
02-24-2022 05:28 PM
Suyanruo
New Contributor

Hi,

   We integrated arcgis-android v100.6.0 in our project.Now we need support the following feature:User selects a polygon manually.Then he can drag vertices on polygon. Now we use SketchEditor to achieve this function.But we found we need to long press on the vertex to drag, can we drag a vertex with a short press using SketchEditor? Or any other solution to achieve this function?

Thanks.

0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

Hi,

The default touch events of the sketchEditor cannot be overwritten with current API. Why do you prefer to use short press/click for vertex drag, wouldn't it interfere with map interaction as well as more prone to accidental modification of the geometry while editing?

Thanks
Rama