Merge branch 'dev_custom_map' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into dev_custom_map
This commit is contained in:
@@ -464,14 +464,7 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
|
||||
return;
|
||||
}
|
||||
|
||||
// mMarker.startSmooth(newPoints,duration);
|
||||
// if (mMovingPointOverlay == null) {
|
||||
// mMovingPointOverlay = new MovingPointOverlay(AMapWrapper.getAMap(), mMarker);
|
||||
// }
|
||||
mMarker.startSmooth(newPoints,duration);
|
||||
// mMovingPointOverlay.setPoints(newPoints);
|
||||
// mMovingPointOverlay.setTotalDuration(duration);
|
||||
// mMovingPointOverlay.startSmoothMove();
|
||||
mMarker.startSmooth(newPoints,duration*1000);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user