Classes | |
interface | InterpolationCurve |
Public Member Functions | |
MapAnimation () | |
MapAnimation (final long duration, final int animationCurve) | |
long | getDuration () |
void | setDuration (final long duration) |
int | getAnimationCurve () |
void | setAnimationCurve (@InterpolationCurve final int animationCurve) |
String | toString () |
int | describeContents () |
void | writeToParcel (@NonNull Parcel dest, int flags) |
Static Public Attributes | |
static final MapAnimation | NONE = new MapAnimation() |
static final Parcelable.Creator< MapAnimation > | CREATOR |
Protected Member Functions | |
MapAnimation (Parcel in) | |
Represents values that describe animation types for on-screen map movements.
com.sygic.sdk.map.MapAnimation.MapAnimation | ( | ) |
com.sygic.sdk.map.MapAnimation.MapAnimation | ( | final long | duration, |
final int | animationCurve | ||
) |
|
protected |
int com.sygic.sdk.map.MapAnimation.describeContents | ( | ) |
int com.sygic.sdk.map.MapAnimation.getAnimationCurve | ( | ) |
Returns the animation curve.
long com.sygic.sdk.map.MapAnimation.getDuration | ( | ) |
Returns the duration of the animation in ms.
void com.sygic.sdk.map.MapAnimation.setAnimationCurve | ( | @InterpolationCurve final int | animationCurve | ) |
Sets the animation curve. See the available InterpolationCurves.
void com.sygic.sdk.map.MapAnimation.setDuration | ( | final long | duration | ) |
Set the duration of the animation ms.
String com.sygic.sdk.map.MapAnimation.toString | ( | ) |
void com.sygic.sdk.map.MapAnimation.writeToParcel | ( | @NonNull Parcel | dest, |
int | flags | ||
) |
|
static |
|
static |