AnimatedTranslate class

Inheritance

Constructors

AnimatedTranslate.fromMyPosToNewPos({required MapCalculator mapCalculator, required MarkerOrClusterNode from, required MarkerClusterNode to, required Curve curve})
AnimatedTranslate.fromNewPosToMyPos({required MapCalculator mapCalculator, required MarkerOrClusterNode from, required MarkerClusterNode to, required Curve curve})
AnimatedTranslate.spiderfy({required MapCalculator mapCalculator, required MarkerClusterNode cluster, required MarkerNode marker, required Point<double> point, required Curve curve})

Properties

curve Curve
final
hashCode int
The hash code for this object.
no setterinherited
newPosition Point<double>
final
position Point<double>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

animation(AnimationController animationController) Animation<Point<double>>
override
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