toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.map
/
MapAnimation
Map
Animation
open
class
MapAnimation
:
Parcelable
Represents values that describe animation types for on-screen map movements.
Members
Constructors
Map
Animation
Link copied to clipboard
constructor
(
)
constructor
(
duration
:
Long
,
animationCurve
:
Int
)
Types
Interpolation
Curve
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
InterpolationCurve
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
MapAnimation
>
NONE
Link copied to clipboard
val
NONE
:
MapAnimation
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
get
Animation
Curve
Link copied to clipboard
open
fun
getAnimationCurve
(
)
:
Int
Returns the animation curve.
get
Duration
Link copied to clipboard
open
fun
getDuration
(
)
:
Long
Returns the duration of the animation in ms.
set
Animation
Curve
Link copied to clipboard
open
fun
setAnimationCurve
(
animationCurve
:
Int
)
Sets the animation curve.
set
Duration
Link copied to clipboard
open
fun
setDuration
(
duration
:
Long
)
Set the duration of the animation ms.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)