Merge remote-tracking branch 'origin/feature/v1.0.0' into feature/v1.0.0

This commit is contained in:
zhangyuanzhen
2020-02-19 16:34:32 +08:00
2201 changed files with 1 additions and 107799 deletions

View File

@@ -217,9 +217,9 @@ public class MapMarkerManager implements IMogoMarkerClickListener, IMogoOnMessag
continue;
}
mogoMarker.setAlpha(alpha);
mogoMarker.setToTop();
if (alpha == 1) {
mogoMarker.setToTop();
try {
// 使用TranslateAnimation,填写一个需要移动的目标点
ScaleAnimation animationScale = new ScaleAnimation(0.1f, 1.2f, 0.1f, 1.2f);