Merge branch 'feature/v1.0.4' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v1.0.4

This commit is contained in:
wangcongtao
2020-04-22 15:15:57 +08:00
4 changed files with 43 additions and 77 deletions

View File

@@ -84,6 +84,9 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
mMarker.setObject( null );
mMarker = null;
}
if (mMovingPointOverlay != null){
mMovingPointOverlay = null;
}
mMogoInfoWindowAdapter = null;
mMogoMarkerClickListener = null;
mObject = null;
@@ -365,8 +368,4 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
}
}
@Override
public void stopSmooth() {
}
}