diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index fa504e51c5..d220fb2efe 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.0.5' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.0.6' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' } diff --git a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/marker/AMapMarkerWrapper.java b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/marker/AMapMarkerWrapper.java index 30ee988c50..5e50f5c9da 100644 --- a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/marker/AMapMarkerWrapper.java +++ b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/marker/AMapMarkerWrapper.java @@ -481,7 +481,8 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer { return; } - mMarker.startSmooth( newPoints, ( int ) duration ); +// mMarker.startSmooth( newPoints, ( int ) duration ); + mMarker.addDynamicAnchorPostion( newPoints.get( newPoints.size() - 1 ), ( int ) duration ); } @Override