[6.2.6] note the map style default

This commit is contained in:
EmArrow
2024-01-05 10:59:09 +08:00
parent af5e0a1d0a
commit 2a9fcf7eff

View File

@@ -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)