This commit is contained in:
wangcongtao
2021-01-29 18:20:36 +08:00
9 changed files with 70 additions and 9 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