Simple object used to control camera animations.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Modules.Map.Camera to be animated to.
Modules.Map.Camera to be animated to.
Animation curve or easing function to apply to the animation.
Animation curve or easing function to apply to the animation.
Specify one of the animation constants, Titanium.UI.ANIMATION_CURVE_EASE_IN, Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT, Titanium.UI.ANIMATION_CURVE_EASE_OUT, or Titanium.UI.ANIMATION_CURVE_LINEAR.
The amount of time (in milliseconds) that the animation will last.
The amount of time (in milliseconds) that the animation will last.