内存泄漏问题优化
This commit is contained in:
@@ -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 ){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user