Package com.yandex.mapkit

Enum Type

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.Animation.Type

static final enum Type

Available animation types.

Enum Constant Summary

Enum Constants

Description

SMOOTH

Smooth interpolation between start and finish states.

LINEAR

Movement with constant speed during animation time.

Summary

Methods

Type and modifiers

Method and Description

static Type[]

values()

static Type

valueOf(java.lang.String name)

Enum Constants Detail

SMOOTH

static final

Type

SMOOTH

Smooth interpolation between start and finish states.


LINEAR

static final

Type

LINEAR

Movement with constant speed during animation time.


Methods

values

Type[] values()


valueOf

Type valueOf(java.lang.String name)