AnilocationTaskDescription class

Constructors

AnilocationTaskDescription({required TickerProvider vsync, required MarkerId markerId, required RippleListener? onRippleAnimation, required ILocationDispatcher dispatcher, bool useRotation = true, int runExpressAfter = 10, ILatLng begin = const ILatLng.empty(), ILatLng end = const ILatLng.empty(), Curve curve = Curves.linear, double angleThreshold = 5.5, OnAnimCompleted? onAnimCompleted, double rippleRadius = 0.5, LatLngListener? latLngListener, bool isActiveTrip = true, Color rippleColor = Colors.red, Duration duration = const Duration(milliseconds: 2000), Duration rippleDuration = const Duration(milliseconds: 2000)})
const
AnilocationTaskDescription.animarker({required AnimarkerControllerDescription description, required MarkerId markerId, OnAnimCompleted? onAnimCompleted, LatLngListener? latLngListener, ILatLng begin = const ILatLng.empty(), ILatLng end = const ILatLng.empty(), Curve curve = Curves.linear, double angleThreshold = 5.5})
factory

Properties

angleThreshold → double
final
begin → ILatLng
final
curve → Curve
final
duration → Duration
final
end → ILatLng
final
hashCode → int
The hash code for this object.
no setterinherited
isActiveTrip → bool
final
isQueueEmpty → bool
no setter
isQueueNotEmpty → bool
no setter
last → ILatLng
no setter
latLngListener → LatLngListener?
final
length → int
no setter
markerId → MarkerId
final
next → ILatLng
no setter
onAnimCompleted → OnAnimCompleted?
final
onRippleAnimation → RippleListener?
final
rippleColor → Color
final
rippleDuration → Duration
final
rippleRadius → double
final
runExpressAfter → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
useRotation → bool
final
values → List<ILatLng>
no setter
vsync → TickerProvider
final

Methods

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

Operators

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