This commit is contained in:
zhongchao
2021-05-14 14:29:43 +08:00
parent c316825da7
commit 76acb2bf3c

View File

@@ -211,7 +211,7 @@ class AdasRecognizedResultDrawer extends BaseDrawer {
Map<String, IMogoMarker> newAdasRecognizedMarkersCaches) {
final long start = System.currentTimeMillis();
Log.d("EmArrow","renderAdasOneFrame type : " + recognizedListResult.type);
ADASRecognizedResult lastPosition = mLastPositions.remove(uniqueKey); //todo 缓存数据太多
double lastLon = -1;
double lastLat = -1;