@Deprecated public class EmergeAnimation extends BaseAnimation
TencentMapComponent.createEmergeAnimation(LatLng)
Modifier and Type | Field and Description |
---|---|
LatLng |
mStartPoint
Deprecated.
|
Constructor and Description |
---|
EmergeAnimation(LatLng startPoint)
Deprecated.
动画从哪点开始然后向两端扩展,当然也可以设置为起点或是终点。
如果设置的点不在线上,则从线与这个点最近的那个点开始。
|
Modifier and Type | Method and Description |
---|---|
LatLng |
getStartPoint()
Deprecated.
获取动画的起始点。
|
getAnimationListener, getDuration, getInterpolator, setAnimationListener, setDuration, setInterpolator
public LatLng mStartPoint
public EmergeAnimation(LatLng startPoint)
startPoint
- public LatLng getStartPoint()