修改了V2X的道路事件绘制点位置回碉的执行逻辑
This commit is contained in:
@@ -89,12 +89,12 @@ public class V2XLocationListener implements IMogoLocationListener, CarStatusList
|
||||
loc.setAltitude( location.getAltitude() );
|
||||
loc.setBearing( location.getBearing() );
|
||||
loc.setProvider( location.getProvider() );
|
||||
// onLocationChangedImpl( loc );
|
||||
onLocationChangedImpl( loc );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLocationChanged(MogoLocation location) {
|
||||
onLocationChangedImpl(location);
|
||||
// onLocationChangedImpl(location);
|
||||
}
|
||||
|
||||
private void onLocationChangedImpl(MogoLocation location){
|
||||
|
||||
Reference in New Issue
Block a user