[map-sdk]merge地图版本 3.2.1.4
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user