online car smooth move

This commit is contained in:
ihoudf
2020-04-21 15:53:29 +08:00
parent f71ebc2327
commit 076e0abaf3
3 changed files with 37 additions and 73 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() {
}
}