内存泄漏问题优化

This commit is contained in:
wangcongtao
2021-01-11 18:55:38 +08:00
parent d97d791d23
commit 1b2f72092a
8 changed files with 80 additions and 47 deletions

View File

@@ -13,6 +13,8 @@ import com.mogo.map.MogoLatLng;
import com.mogo.map.marker.IMogoMarker;
import com.mogo.map.marker.anim.OnMarkerAnimationListener;
import org.json.JSONObject;
import java.util.List;
/**
@@ -254,4 +256,8 @@ public interface IMogoMapUIController {
default void destroy(){
}
default void syncLocation2Map( JSONObject data ){
}
}