Animarker class

Google Maps widget wrapper for animation activities

Inheritance
Available extensions
Annotations

Constructors

Animarker({Key? key, required Widget child, required Future<int> mapId, Curve curve = Curves.linear, OnStopover? onStopover, double zoom = 15.0, double rippleRadius = 0.5, int purgeLimit = 10, double threshold = 1.5, bool useRotation = true, dynamic isActiveTrip = true, Color rippleColor = Colors.red, Set<Marker> markers = const <Marker>{}, Duration duration = const Duration(milliseconds: 1000), Duration rippleDuration = const Duration(milliseconds: 2000), Duration rotationDuration = const Duration(milliseconds: 10000)})

Properties

child Widget
final
curve Curve
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
isActiveTrip → dynamic
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mapId Future<int>
final
markers Set<Marker>
final
onStopover OnStopover?
final
purgeLimit int
final
rippleColor Color
final
rippleDuration Duration
final
rippleRadius double
final
rotationDuration Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold double
final
useRotation bool
final
zoom double
final

Methods

animateCamera(CameraUpdate cameraUpdate) Future<void>

Available on Animarker, provided by the AnimarkerEx extension

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() AnimarkerState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
isActiveTripHasChanged(Animarker oldWidget) bool

Available on Animarker, provided by the AnimarkerEx extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
radiusOrZoomHasChanged(Animarker oldWidget) bool

Available on Animarker, provided by the AnimarkerEx extension

toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
updateCircles(Set<Circle> previous, Set<Circle> current) Future<void>

Available on Animarker, provided by the AnimarkerEx extension

updateMarkers(Set<Marker> previous, Set<Marker> current) Future<void>

Available on Animarker, provided by the AnimarkerEx extension

useRotationHasChanged(Animarker oldWidget) bool

Available on Animarker, provided by the AnimarkerEx extension

Operators

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