java.lang.Object
com.esri.arcgisruntime.mapping.view.geometryeditor.GeometryEditorTool
com.esri.arcgisruntime.mapping.view.geometryeditor.FreehandTool

public final class FreehandTool extends GeometryEditorTool
Allows you to edit geometries in a GeometryEditor by using freehand gestures.

This tool is suitable for creating and editing Polygon and Polyline geometries. Each drag gesture creates a new part of the Multipart geometry.

By default, this tool does not display vertices or mid-vertices. This behavior can be customized with GeometryEditorTool.styleProperty().

Since:
200.1.0
See Also: