MapItemKeyFrameTrack class abstract
Stores keyframes for interpolation of a map item property using a specific easing function and interpolation mode.
The keyframe track object is used to create animations, see MapMarkerAnimation and MapPolylineAnimation.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
moveToWithEasing(
List< GeoCoordinatesKeyframe> keyframes, Easing easing, KeyframeInterpolationMode interpolationMode) → MapItemKeyFrameTrack - Creates a map item position keyframe track.
-
polylineProgressWithEasing(
List< ScalarKeyframe> keyframes, Easing easing, KeyframeInterpolationMode interpolationMode) → MapItemKeyFrameTrack - Creates a keyframe track used to animate the progress of a polyline.