Builder
class Builder
Content copied to clipboard
Builder class used to construct immutable MapAnimationOptions object.
Constructors
Functions
animator Listener
Link copied to clipboard
fun animatorListener(animatorListener: Animator.AnimatorListener): MapAnimationOptions.Builder
Content copied to clipboard
Set the animator start / cancel / end listener.
build
Link copied to clipboard
Build an actual MapAnimationOptions object.
duration
Link copied to clipboard
Set the duration of the animation in milliseconds.
interpolator
Link copied to clipboard
fun interpolator(interpolator: TimeInterpolator): MapAnimationOptions.Builder
Content copied to clipboard
Set the animation interpolator.
owner
Link copied to clipboard
Set the owner or creator this animation.
start Delay
Link copied to clipboard
Set the start delay of the animation in milliseconds.