animation library
Classes
- Anchor2DKeyframe
- An Anchor2D keyframe.
- AnimationListener
- A listener for animation events.
- Easing
- Animation easing representing an easing function to be used during animations.
- GeoCoordinatesKeyframe
- A GeoCoordinatesKeyframe consists of a GeoCoordinates and an animation duration.
- GeoOrientationKeyframe
- A GeoOrientationKeyframe consists of a GeoOrientation (camera orientation) and an animation duration.
- MapItemKeyFrameTrack
- Stores keyframes for interpolation of a map item property using a specific easing function and interpolation mode.
- MapMarkerAnimation
- An animation that can be applied to the MapMarker object.
- MapPolylineAnimation
- An animation that can be applied to the MapPolyline object.
- Point2DKeyframe
- A Point2D keyframe.
- ScalarKeyframe
- A ScalarKeyframe consists of a scalar value (e.g,: distance in meters) and an animation duration.
Enums
- AnimationState
- Describes the possible states of an animation.
- EasingFunction
- Animation easing functions.
- EasingInstantiationErrorCode
- Describes a reason for failing to create an Easing.
- KeyframeInterpolationMode
- Specifies type of interpolation performed between keyframes.
- MapItemKeyFrameTrackInstantiationErrorCode
- Describes a reason for failing to create a MapItemKeyFrameTrack.
- MapMarkerAnimationInstantiationErrorCode
- Describes a reason for failing to create a MapMarkerAnimation.
- MapPolylineAnimationInstantiationErrorCode
- Describes a reason for failing to create a MapPolylineAnimation.
Exceptions / Errors
- EasingInstantiationException
- Thrown when a problem occurs while trying to create an Easing.
- MapItemKeyFrameTrackInstantiationException
- Thrown when a problem occurs while trying to create MapItemKeyFrameTrack.
- MapMarkerAnimationInstantiationException
- Thrown when a problem occurs while trying to create a MapMarkerAnimation.
- MapPolylineAnimationInstantiationException
- Thrown when a problem occurs while trying to create a MapPolylineAnimation.