尝试替换marker动效方案

This commit is contained in:
wangcongtao
2021-01-27 19:39:41 +08:00
parent 7f68d53d1f
commit 5bcd35cb78
2 changed files with 3 additions and 2 deletions

View File

@@ -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