MapCameraAnimationFactory class abstract
Factory for creating MapCameraAnimation objects to change map's camera over time.
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
-
createAnimationFromKeyframeTrack(
MapCameraKeyframeTrack track) → MapCameraAnimation -
Creates a MapCameraAnimation for a movement defined by the supplied
MapCameraAnimationFactory.createAnimationFromKeyframeTrack.track. -
createAnimationFromKeyframeTracks(
List< MapCameraKeyframeTrack> tracks) → MapCameraAnimation -
Creates a MapCameraAnimation for a movement defined by the supplied list of
MapCameraAnimationFactory.createAnimationFromKeyframeTracks.tracks. -
createAnimationFromUpdateWithEasing(
MapCameraUpdate cameraUpdate, Duration duration, Easing easing) → MapCameraAnimation -
Creates a MapCameraAnimation to gradually update the camera properties within a specified
duration from its current values to the ones defined in the
MapCameraAnimationFactory.createAnimationFromUpdateWithEasing.cameraUpdate. -
flyTo(
GeoCoordinatesUpdate target, double bowFactor, Duration duration) → MapCameraAnimation - Creates a MapCameraAnimation to move the current map camera look-at coordinates to the new position along an adaptive ballistic curve.
-
flyToWithOrientation(
GeoCoordinatesUpdate target, GeoOrientationUpdate orientation, double bowFactor, Duration duration) → MapCameraAnimation - Creates a MapCameraAnimation to move the current map camera look-at coordinates to the new position and orientation along an adaptive ballistic curve.
-
flyToWithOrientationAndZoom(
GeoCoordinatesUpdate target, GeoOrientationUpdate orientation, MapMeasure zoom, double bowFactor, Duration duration) → MapCameraAnimation - Creates a MapCameraAnimation to move the current map camera look-at coordinates to the new position and orientation along an adaptive ballistic curve.
-
flyToWithZoom(
GeoCoordinatesUpdate target, MapMeasure zoom, double bowFactor, Duration duration) → MapCameraAnimation - Creates a MapCameraAnimation to move the current map camera look-at coordinates to the new position along an adaptive ballistic curve.