opt
This commit is contained in:
@@ -87,4 +87,12 @@ public interface IMogoMapUIController {
|
||||
* @return
|
||||
*/
|
||||
MogoLatLng getCameraSouthWestPosition();
|
||||
|
||||
/**
|
||||
* 设置地图中心点
|
||||
*
|
||||
* @param mapCenterX x 点位置x值与地图宽度的比例
|
||||
* @param mapCenterY y 点位置x值与地图高度的比例
|
||||
*/
|
||||
void setPointToCenter( double mapCenterX, double mapCenterY );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user