upgrade map sdk version

This commit is contained in:
wangcongtao
2021-01-20 16:03:09 +08:00
parent 32e73115c3
commit 3f161fc48d
80 changed files with 9556 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.9.5'
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.9.7'
// implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4'
}

View File

@@ -754,7 +754,6 @@ public class AMapViewWrapper implements IMogoMapView,
try {
mSelfMarker = mMapView.getMapAutoViewHelper().getMyLocationStyle().getSelfMarker();
mSelfMarker.setInfoWindowEnable( true );
mSelfMarker.setInfoWindowOffset( 0, -200 );
} catch ( Exception e ) {
}
}