[Add]增加自车位置切换功能DebugSettingView

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-10 21:01:52 +08:00
parent 624abbe706
commit d13c855109
11 changed files with 148 additions and 4 deletions

View File

@@ -236,6 +236,15 @@ public interface IMogoMapUIController {
*/
void changeBearing(float bearing);
/**
* 修改地图中心
* MapAutoApi.CAR_CENTER_100 1/4
* MapAutoApi.CAR_CENTER_100 2/5
* MapAutoApi.CAR_CENTER_100 80米
* MapAutoApi.CAR_CENTER_100 2/5
*/
void changeMapViewAngle(int type);
/**
* 获取瓦片id
*
@@ -248,12 +257,13 @@ public interface IMogoMapUIController {
/**
* 获取限速
*
* @param lon
* @param lat
* @param angle
* @return
*/
int getSpeedLimmit(double lon,double lat,float angle);
int getSpeedLimmit(double lon, double lat, float angle);
/**