[6.2.4]查看录包快照

This commit is contained in:
xuxinchao
2023-12-04 20:56:38 +08:00
parent c43cdbd15b
commit d716b618a7
9 changed files with 133 additions and 11 deletions

View File

@@ -127,6 +127,7 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
mMapView.setOnMapViewVisualAngleChangeListener(this)
mMapView.setOnRoadInfoListener(this, 1)
mMapView.setOnRoadSideFenceRegionListener(this,5000)
mMapView.registerScreenListener(this)
registerLogListener(this, mMapView.getEventController())
d(M_MAP + TAG, "initListeners - setOnMapStyleListener - view $mMapView")
}