Builder

class Builder

Builder class used to construct immutable MapAnimationOptions object.

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

animatorListener
Link copied to clipboard
fun animatorListener(animatorListener: Animator.AnimatorListener): <ERROR CLASS>
Set the animator start / cancel / end listener.
build
Link copied to clipboard
fun build(): MapAnimationOptions
Build an actual MapAnimationOptions object.
duration
Link copied to clipboard
fun duration(duration: Long): <ERROR CLASS>
Set the duration of the animation in milliseconds.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
interpolator
Link copied to clipboard
fun interpolator(interpolator: TimeInterpolator): <ERROR CLASS>
Set the animation interpolator.
owner
Link copied to clipboard
fun owner(owner: String): <ERROR CLASS>
Set the owner or creator this animation.
startDelay
Link copied to clipboard
fun startDelay(startDelay: Long): <ERROR CLASS>
Set the start delay of the animation in milliseconds.
toString
Link copied to clipboard
open fun toString(): String