MapAnimationOptions

Map transition options which are used to configure animation if using high-level API like CameraAnimationsPlugin.easeTo, CameraAnimationsPlugin.flyTo etc MapAnimationOptions.Builder should be used to create options object via DSL function mapAnimationOptions.

Types

Link copied to clipboard
class Builder

Builder class used to construct immutable MapAnimationOptions object.

Link copied to clipboard
object Companion

Static methods.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Equals method.

Link copied to clipboard
open override fun hashCode(): Int

Hash code method.

Properties

Link copied to clipboard

The duration of the animation in milliseconds. If not set explicitly default duration will be taken (CameraAnimatorsFactory.DEFAULT_ANIMATION_DURATION_MS if using plugin-animation).

Link copied to clipboard

The animation interpolator. If not set explicitly default interpolator will be taken (CameraAnimatorsFactory.DEFAULT_INTERPOLATOR if using plugin-animation).

Link copied to clipboard

Owner or creator this animation.

Link copied to clipboard

The amount of time, in milliseconds, to delay starting the animation after animation start.