smooth move (using test data)
This commit is contained in:
@@ -8,6 +8,7 @@ import android.view.animation.Interpolator;
|
||||
import com.mogo.map.MogoLatLng;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
@@ -252,4 +253,14 @@ public interface IMogoMarker {
|
||||
* @param clickable
|
||||
*/
|
||||
void setClickable( boolean clickable );
|
||||
|
||||
/**
|
||||
* 开始平滑移动
|
||||
*
|
||||
* @param points 坐标点
|
||||
* @param duration 时长
|
||||
*/
|
||||
void startSmooth(List<MogoLatLng> points, int duration);
|
||||
|
||||
void stopSmooth();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user