[dev_arch_opt_3.0]

[Change]
[
1、删除废弃地图中的方法
]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2023-02-07 15:44:58 +08:00
parent ed71827687
commit d0ce252b4d
14 changed files with 31 additions and 70 deletions

View File

@@ -2,7 +2,6 @@ package com.mogo.map;
import android.graphics.Point;
import android.graphics.Rect;
import android.location.Location;
import android.view.View;
import com.mogo.eagle.core.data.map.CenterLine;
@@ -19,8 +18,6 @@ import org.json.JSONObject;
import java.util.List;
import mogo.telematics.pad.MessagePad;
/**
* @author congtaowang
* @since 2019-12-26
@@ -228,15 +225,6 @@ public class MogoMapUIController implements IMogoMapUIController {
return 0;
}
@Override
public void changeMyLocation(Location location) {
initDelegate();
if (mDelegate != null) {
mDelegate.changeMyLocation(location);
}
}
@Override
public boolean isCarLocked() {
initDelegate();