[6.2.0] remove default map scale and fling

This commit is contained in:
zhongchao
2023-11-21 12:09:18 +08:00
parent b9aef4fa96
commit c30aac9a75
4 changed files with 0 additions and 16 deletions

View File

@@ -749,9 +749,6 @@ class MapView(context: Context, private val mMapStyleParams: IMapStyleParams, pr
if(mMapStyleParams.isSkyBoxEnable()) {
mMapController?.setSkyBoxMode()
}
isFling = false
isCanZoom = true
isRotate = false
mSurfaceCreated.set(true)
if (DEBUG) {
Log.i(TAG, "mapop-surfaceop--selfop--onSurfaceCreated${mSurfaceCreated}")