This commit is contained in:
wangcongtao
2020-01-08 10:54:59 +08:00
parent 58803435f0
commit 46c713cdca
21 changed files with 304 additions and 0 deletions

View File

@@ -87,4 +87,12 @@ public interface IMogoMapUIController {
* @return
*/
MogoLatLng getCameraSouthWestPosition();
/**
* 设置地图中心点
*
* @param mapCenterX x 点位置x值与地图宽度的比例
* @param mapCenterY y 点位置x值与地图高度的比例
*/
void setPointToCenter( double mapCenterX, double mapCenterY );
}