设置家和公司

This commit is contained in:
zhangyuanzhen
2020-01-10 15:32:01 +08:00
parent 22e5be8e15
commit 8c5d08f320
15 changed files with 180 additions and 158 deletions

View File

@@ -94,4 +94,5 @@ public interface IMogoNavi {
* 清除规划的路线
*/
void clearCalculatePaths();
}

View File

@@ -88,6 +88,13 @@ public interface IMogoMapUIController {
*/
MogoLatLng getCameraSouthWestPosition();
/**
* 获取视图中心点坐标
*
* @return
*/
MogoLatLng getTarget();
/**
* 设置地图中心点
*