ViewportTransition class sealed
A base class for defining custom viewport transitions.
The ViewportTransition class serves as an abstract foundation for various types of animations that can be applied when transitioning between different viewport states in a map. Subclasses of ViewportTransition implement specific animation behaviors, such as easing animations, fly animations, or default system animations.
See also:
- DefaultViewportTransition, which provides the default animation for viewport transitions.
- EasingViewportTransition, which animates transitions using an easing curve.
- FlyViewportTransition, which performs a fly-over animation.
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