修改在线车辆展示逻辑
增加了锁车级别接口
This commit is contained in:
@@ -663,6 +663,11 @@ public class MogoServiceProvider implements IMogoModuleProvider,
|
||||
return;
|
||||
}
|
||||
int status = intent.getIntExtra( MogoReceiver.PARAM_ADAS_STATUS, 0 );
|
||||
if (status == 1 ){
|
||||
MarkerServiceHandler.getMapUIController().setLockZoom(15);
|
||||
}else{
|
||||
MarkerServiceHandler.getMapUIController().setLockZoom(16);
|
||||
}
|
||||
mStatusManager.setADASUIShow( getModuleName(), status == 1 );
|
||||
} else if ( Intent.ACTION_POWER_CONNECTED.equals( command ) ) {
|
||||
mStatusManager.setAccStatus( getModuleName(), true );
|
||||
|
||||
Reference in New Issue
Block a user