Creates a new CameraPanAnimation
object.
MapView which will be affected by the animation.
Animation's options.
Animation's name.
Duration of a whole animation in milliseconds. Defaults to 10
seconds.
Easing function that control acceleration. Defaults to EasingFunction.Linear.
Specifies interpolation. Defaults to InterpolationFunction.CatmullRom
MapView which will be affected by the animation.
Animation's name.
Callback that gets triggered once the animation ends.
Number of times the animation should be repeated. Defaults to 0
.
True
if animation is being played.
True
if the animation has been interrupted.
Tweening controller.
Returns true
if the animation is being played.
Add a geo coordinate that should be visited.
Geographical coordinate to animate to.
Start the animation.
Duration of the animation in milliseconds.
Callback that gets triggered once the animation ends.
Stop the animation. Can be started again (with original values only, though).
Update function is to be called before the next frame is rendered.
Generated using TypeDoc
Class to pan between the specified geo coordinates. Height can be specified to move the camera in and out.