public class TranslateAnimation extends Animation
Animation.AnimationListener
animationType, FILL_MODE_BACKWARDS, FILL_MODE_FORWARDS, INFINITE, RESTART, REVERSE
构造器和说明 |
---|
TranslateAnimation(LatLng target)
控制移动的动画类
|
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.String |
getAnimationType() |
getFillMode, getRepeatCount, getRepeatMode, setAnimationListener, setDuration, setFillMode, setInterpolator, setRepeatCount, setRepeatMode
public TranslateAnimation(LatLng target)
target
- 需要移动的目标位置(位置类型为经纬度)protected java.lang.String getAnimationType()
getAnimationType
在类中 Animation