fix 自车图标消失问题
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user