升级自研地图sdk版本
This commit is contained in:
@@ -67,7 +67,8 @@ dependencies {
|
||||
implementation project(':foudations:mogo-commons')
|
||||
}
|
||||
|
||||
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.4.4'
|
||||
// implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.4.5'
|
||||
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.4.5-log-1'
|
||||
}
|
||||
|
||||
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()
|
||||
|
||||
@@ -74,8 +74,8 @@ class GpsTester {
|
||||
break;
|
||||
case 2:
|
||||
try {
|
||||
readOneLineGpsDataAndSet2Map();
|
||||
sendEmptyMessageDelayed( 2, 0 );
|
||||
long time = readOneLineGpsDataAndSet2Map();
|
||||
sendEmptyMessageDelayed( 2, time );
|
||||
} catch ( Exception e ) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
@@ -112,7 +112,6 @@ class GpsTester {
|
||||
if ( TextUtils.isEmpty( line ) ) {
|
||||
return 0;
|
||||
}
|
||||
int count = 0;
|
||||
long duration = 3;
|
||||
|
||||
|
||||
@@ -154,7 +153,6 @@ class GpsTester {
|
||||
step++;
|
||||
if ( step >= 50 ) {
|
||||
step = 0;
|
||||
count++;
|
||||
|
||||
long realDuration = mogoLocation.getDuration() + 75;
|
||||
realDuration = realDuration / 4;
|
||||
|
||||
Reference in New Issue
Block a user