尝试替换marker动效方案
This commit is contained in:
@@ -67,7 +67,7 @@ dependencies {
|
|||||||
implementation project(':foudations:mogo-commons')
|
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'
|
// implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -481,7 +481,8 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
mMarker.startSmooth( newPoints, ( int ) duration );
|
// mMarker.startSmooth( newPoints, ( int ) duration );
|
||||||
|
mMarker.addDynamicAnchorPostion( newPoints.get( newPoints.size() - 1 ), ( int ) duration );
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user