MoveCornerOverlayOp class final
Déplacement d'un coin (mergeable)
Constructors
- MoveCornerOverlayOp({required Key key, required QuadCorner corner, required LatLng from, required LatLng to})
-
const
Properties
Methods
-
apply(
List< InteractiveOverlayImage> list) → OverlayOp -
Applies this operation to the
currentlist.override -
canMerge(
Op< InteractiveOverlayImage> next) → bool -
Checks if this operation can be merged with
other.override -
merge(
Op< InteractiveOverlayImage> next) → OverlayOp -
Merges this operation with
other, returning a new operation.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revert(
List< InteractiveOverlayImage> list) → OverlayOp -
Reverts this operation from the
currentlist.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited