[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.uicontroller;
import android.graphics.Point;
import android.graphics.Rect;
import android.location.Location;
import android.view.View;
import androidx.annotation.Nullable;
@@ -16,8 +15,6 @@ import org.json.JSONObject;
import java.util.List;
import mogo.telematics.pad.MessagePad;
/**
* @author congtaowang
* @since 2019-12-26
@@ -77,15 +74,6 @@ public interface IMogoMapUIController {
*/
void showMyLocation(View view);
/**
* 以外部定位的方式改变当前位置
*
* @param location
*/
void changeMyLocation(Location location);
/**
* 获取比例尺数据
*