[6.2.6] note the map style default
This commit is contained in:
@@ -720,9 +720,9 @@ class MapView(context: Context, private val mMapStyleParams: IMapStyleParams, pr
|
||||
}
|
||||
mMapEngine.setIsEnableShadow(mMapStyleParams.isShadowEnable())
|
||||
loadOverCallbak()
|
||||
if(mMapStyleParams.getHDVisibileArray().isNotEmpty()){
|
||||
mMapEngine.setHDTypeVisibile(mMapStyleParams.getHDVisibileArray())
|
||||
}
|
||||
// if(mMapStyleParams.getHDVisibileArray().isNotEmpty()){
|
||||
// mMapEngine.setHDTypeVisibile(mMapStyleParams.getHDVisibileArray())
|
||||
// }
|
||||
//默认锁车模式
|
||||
mMapEngine.setLockSelfCar(true)
|
||||
mMapController?.setMapStyle(styleMode)
|
||||
|
||||
Reference in New Issue
Block a user