MarkerAnimationOptions

@Serializable
data class MarkerAnimationOptions(val duration: Double? = null, val easing: MPIOptions.EASING_MODE? = null)

Constructors

Link copied to clipboard
fun MarkerAnimationOptions(duration: Double? = null, easing: MPIOptions.EASING_MODE? = null)

Properties

Link copied to clipboard
val duration: Double? = null

Duration of the animation in milliseconds.

Link copied to clipboard
val easing: MPIOptions.EASING_MODE? = null

Easing mode for the animation.