Merge branch 'renwj/fix_code' into 'dev_MogoAP_eagle-1030_211020_8.0.14'
[Fix]解决ALocationClien定位信息因为使用实时上传的时候当接入工控机位置回调信息会丢失 See merge request zhjt/AndroidApp/MoGoEagleEye!2
This commit is contained in:
@@ -35,4 +35,10 @@ public interface IMogoLocationClient extends IMogoLocationListenerRegister {
|
||||
MogoLocation getLastKnowLocation();
|
||||
|
||||
void destroy();
|
||||
|
||||
/**
|
||||
* 更正最新的位置
|
||||
* @param locationToUpdate
|
||||
*/
|
||||
void updateLocation(Object locationToUpdate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user