FreehandTool class final

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

Inheritance

Constructors

FreehandTool()
Creates a new FreehandTool.
factory

Properties

configuration InteractionConfiguration
Defines the set of interactive operations enabled when using this tool.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style GeometryEditorStyle
Defines the visual appearance of GeometryEditor geometries when this tool is in use.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited