Package | Description |
---|---|
com.baidu.mapapi.animation |
Modifier and Type | Method and Description |
---|---|
static AnimationOrder |
AnimationOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnimationOrder[] |
AnimationOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AnimationSet.addAnimation(Animation animation,
AnimationOrder order)
向 Marker 动画集合中添加动画
|