[Taxi passenger V1.1.0] IMogoServiceApis调用删除
This commit is contained in:
@@ -144,13 +144,13 @@ public class TaxiPassengerModel implements IOCHTaxiPassengerNaviChangedCallback
|
|||||||
mContext = context.getApplicationContext();
|
mContext = context.getApplicationContext();
|
||||||
initListeners();
|
initListeners();
|
||||||
|
|
||||||
IMogoServiceApis apis = MogoApisHandler.getInstance().getApis();
|
// IMogoServiceApis apis = MogoApisHandler.getInstance().getApis();
|
||||||
apis.getSocketManagerApi(mContext).init(mContext, DebugConfig.getSocketAppId());
|
// apis.getSocketManagerApi(mContext).init(mContext, DebugConfig.getSocketAppId());
|
||||||
// TODO: 2021/8/27 因需要通过此回调的location进行坐标上传,暂改为全程监听,退出后再反注册,
|
// TODO: 2021/8/27 因需要通过此回调的location进行坐标上传,暂改为全程监听,退出后再反注册,
|
||||||
// 待后续整体调整location获取来源
|
// 待后续整体调整location获取来源
|
||||||
if (DebugConfig.getCarMachineType() != DebugConfig.CAR_MACHINE_TYPE_SELF_INNOVATE) {
|
// if (DebugConfig.getCarMachineType() != DebugConfig.CAR_MACHINE_TYPE_SELF_INNOVATE) {
|
||||||
apis.getLocationInfoApi().start();
|
// apis.getLocationInfoApi().start();
|
||||||
}
|
// }
|
||||||
startOrStopOrderLoop();
|
startOrStopOrderLoop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user