@@ -30,7 +30,5 @@ interface IMoGoFunctionProvider : IProvider {
|
||||
/**
|
||||
* 功能销毁回调
|
||||
*/
|
||||
fun onDestroy() {
|
||||
Log.d("IMoGoFunctionProvider", "onDestroy")
|
||||
}
|
||||
fun onDestroy()
|
||||
}
|
||||
@@ -200,6 +200,7 @@ public class IdentifyDataDrawer extends BaseDrawer {
|
||||
Log.d(TAG, "ADAS动画数据 cost : " + cost);
|
||||
final long intervalRef = interval - cost;
|
||||
Log.d(TAG, "ADAS动画数据 最终赋值 : " + intervalRef + " 两帧间隔 : " + interval + " uuid : " + recognizedListResult.getUuid());
|
||||
|
||||
marker.addDynamicAnchorPosition(renderLoc, (float) recognizedListResult.getHeading(), intervalRef);
|
||||
String carColor = getModelRenderColor(recognizedListResult.getType().getType(), FROM_ADAS, recognizedListResult.getThreatLevel());
|
||||
marker.setAnchorColor(carColor);
|
||||
|
||||
Reference in New Issue
Block a user