Builder

Builder class used to construct immutable MapAnimationOptions object.

class Builder

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

animatorListener
Link copied to clipboard

Set the animator start / cancel / end listener.

fun animatorListener(animatorListener: Animator.AnimatorListener): MapAnimationOptions.Builder
build
Link copied to clipboard

Build an actual MapAnimationOptions object.

fun build(): MapAnimationOptions
duration
Link copied to clipboard

Set the duration of the animation in milliseconds.

fun duration(duration: Long): MapAnimationOptions.Builder
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
interpolator
Link copied to clipboard

Set the animation interpolator.

fun interpolator(interpolator: TimeInterpolator): MapAnimationOptions.Builder
owner
Link copied to clipboard

Set the owner or creator this animation.

fun owner(owner: String): MapAnimationOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String