fix 自车图标消失问题

This commit is contained in:
jiaguofeng
2020-08-06 14:31:46 +08:00
parent ff53abee5a
commit 1a1ea36e63
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
implementation 'com.zhidaoauto.machine:map:1.0.0-j8'
implementation 'com.zhidaoauto.machine:map:1.0.0-j10'
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()

View File

@@ -26,7 +26,7 @@ public class AMapBaseMapView implements IMogoMapViewCreator {
MapAutoApi.INSTANCE.init( MapParams.Companion.init().setDebugMode( false )
.setCoordinateType( MapParams.COORDINATETYPE_GCJ02 )
.setPerspectiveMode( MapParams.MAP_PERSPECTIVE_2D )
.setStyleDir("/sdcard/shmdata/style" )
// .setStyleDir("/sdcard/shmdata/style" )
.setZoom( 16 )
.setPointToCenter(0.5f,0.5f)
.setStyleMode( MapParams.MAP_STYLE_NIGHT ) );