close the trace log when init and add new interface of map which getRoadAngle
This commit is contained in:
@@ -301,4 +301,10 @@ public interface IMogoMapUIController {
|
||||
* @return
|
||||
*/
|
||||
float getAngle(double startLon, double startLat, double endLon, double endLat);
|
||||
|
||||
/**
|
||||
* 获取当前道路方向
|
||||
* @return angle
|
||||
*/
|
||||
Double getRoadAngle(Double lon,Double lat,float angle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user