[map-sdk]merge地图版本 3.2.1.4

This commit is contained in:
jiaguofeng
2023-11-10 11:18:23 +08:00
parent dbaca9cafb
commit a4c1c25fb0
20 changed files with 188 additions and 27 deletions

View File

@@ -713,10 +713,10 @@ class MapView(context: Context, private val mMapStyleParams: IMapStyleParams, pr
// setStyleDir("sdcard/shmdata/style")
val styleMode = mMapStyleParams.getStyleMode()
val dir = Constant.nDSDataPath
mMapEngine.setIsEnableShadow(mMapStyleParams.isShadowEnable())
if(!loadP(dir)){
return
}
mMapEngine.setIsEnableShadow(mMapStyleParams.isShadowEnable())
loadOverCallbak()
if(mMapStyleParams.getHDVisibileArray().isNotEmpty()){
mMapEngine.setHDTypeVisibile(mMapStyleParams.getHDVisibileArray())
@@ -975,7 +975,7 @@ class MapView(context: Context, private val mMapStyleParams: IMapStyleParams, pr
//Marker Event
markerEvent(e)
if (mEventController?.isMarkClickListenerListEmpty() == false) {
if (mEventController?.isMapClickListenerListEmpty() == false) {
val x = e.x.toInt()
val y = e.y.toInt()
val latLonPoint = MapTools.fromScreenLocation(Point(x, y),mMapController)