Editor class

Represents an editor for managing a list of LatLng points.

Constructors

Editor(List<LatLng> points)
Creates an Editor instance with the specified initial points.

Properties

hashCode int
The hash code for this object.
no setterinherited
lines List<List<LatLng>>
Gets a list of line segments formed by connecting consecutive points. Each line segment is represented as a list of two LatLng points.
no setter
points List<LatLng>
The list of LatLng points being edited.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() Editor
Creates a copy of this Editor instance with a new list of points. This avoids modifying the original data directly.
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