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