close the trace log when init and add new interface of map which getRoadAngle
This commit is contained in:
@@ -1011,6 +1011,10 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
return MapAutoApi.INSTANCE.getAngle(startLon, startLat, endLon, endLat);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Double getRoadAngle(Double lon,Double lat,float angle) {
|
||||
return MapDataApi.INSTANCE.getRoadRectInfo(lon, lat, angle).getAngle();
|
||||
}
|
||||
|
||||
/**
|
||||
* 加载3D模型
|
||||
|
||||
Reference in New Issue
Block a user