更新sdk,优化gradle更新依赖

This commit is contained in:
wangcongtao
2021-02-25 15:16:33 +08:00
parent 1670e17b76
commit 6f6c2858c9
7 changed files with 23 additions and 36 deletions

View File

@@ -433,7 +433,8 @@ public class MogoServices implements IMogoMapListener,
return;
}
mRefreshModel.refreshExplorerWayData( ro.mLonLat, ro.mRadius, ro.mAmount, ro.mCallback );
if ( !DebugConfig.isNeedUploadCoordinatesDurationInTime() ) {
if ( !DebugConfig.
isNeedUploadCoordinatesDurationInTime() ) {
MapMarkerManager.getInstance().getOnlineCarDataByAutoRefreshStrategy( ro.mLonLat );
}