MapAnimation

open class MapAnimation : Parcelable

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

Constructors

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

Types

InterpolationCurve
Link copied to clipboard
annotation class InterpolationCurve

Functions

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

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<MapAnimation>
NONE
Link copied to clipboard
val NONE: MapAnimation