Merge branch 'dev_custom_map' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into dev_custom_map

This commit is contained in:
wangcongtao
2020-06-24 15:36:18 +08:00

View File

@@ -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);
}
}