MapAnimation

Represents values that describe animation types for on-screen map movements.

Constructors

Link copied to clipboard
open fun MapAnimation()
Link copied to clipboard
open fun MapAnimation(duration: Long, animationCurve: Int)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Returns the animation curve.
Link copied to clipboard
open fun getDuration(): Long
Returns the duration of the animation in ms.
Link copied to clipboard
open fun setAnimationCurve(animationCurve: Int)
Sets the animation curve.
Link copied to clipboard
open fun setDuration(duration: Long)
Set the duration of the animation ms.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard