public class

EmergeAnimation

extends BaseAnimation
java.lang.Object
   ↳ com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
     ↳ com.tencent.tencentmap.mapsdk.maps.model.EmergeAnimation

Class Overview

这个动画最初是给Polyline出现时用的。 创建动画使用 createEmergeAnimation(LatLng)

Summary

Fields
public LatLng mStartPoint
Public Constructors
EmergeAnimation(LatLng startPoint)
动画从哪点开始然后向两端扩展,当然也可以设置为起点或是终点。 如果设置的点不在线上,则从线与这个点最近的那个点开始。
Public Methods
LatLng getStartPoint()
获取动画的起始点。
[Expand]
Inherited Methods
From class com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation
From class java.lang.Object
From interface com.tencent.tencentmap.mapsdk.maps.model.Animation

Fields

public LatLng mStartPoint

Public Constructors

public EmergeAnimation (LatLng startPoint)

动画从哪点开始然后向两端扩展,当然也可以设置为起点或是终点。 如果设置的点不在线上,则从线与这个点最近的那个点开始。

Public Methods

public LatLng getStartPoint ()

获取动画的起始点。