merge
This commit is contained in:
@@ -352,4 +352,10 @@ public interface IMogoMapUIController {
|
||||
* 设置地图视线角度
|
||||
*/
|
||||
void setMapDAngle(float angle);
|
||||
|
||||
/**
|
||||
* 获取行车方向
|
||||
* @return
|
||||
*/
|
||||
float getAngle(double startLon, double startLat, double endLon, double endLat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user