[6.5.0][道路事件] 修复qa发现的问题
This commit is contained in:
@@ -44,6 +44,19 @@ object ConstantExt {
|
||||
//无人机视角-缩放值
|
||||
const val MAP_STYLE_VR_ZOOM_VAL_DRONE = 2.9f
|
||||
|
||||
//新路口视角
|
||||
const val MAP_STYLE_VR_ANGLE_ROAD_CROSS_NEW = 12
|
||||
|
||||
//新路口视角-摄像机高度
|
||||
const val MAP_STYLE_VR_EYE_HEIGHT_ROAD_CROSS_NEW = 59.3f
|
||||
|
||||
//新路口视角-摄像机角度
|
||||
const val MAP_STYLE_VR_OVER_LOOK_ROAD_CROSS_NEW = 36.3f
|
||||
|
||||
//新路口视角-缩放值
|
||||
const val MAP_STYLE_VR_ZOOM_VAL_ROAD_CROSS_NEW = 2.9f
|
||||
|
||||
|
||||
//漫游距离1公里
|
||||
const val ROAM_DIS_1KM = 1000f
|
||||
//漫游距离3公里
|
||||
|
||||
@@ -1558,6 +1558,15 @@ class MapController(private var context: Context?, private val mMapView: IMapVie
|
||||
-1
|
||||
)
|
||||
}
|
||||
ConstantExt.MAP_STYLE_VR_ANGLE_ROAD_CROSS_NEW -> {
|
||||
disableSkyboxAndInterpolation(
|
||||
ConstantExt.MAP_STYLE_VR_EYE_HEIGHT_ROAD_CROSS_NEW,
|
||||
ConstantExt.MAP_STYLE_VR_OVER_LOOK_ROAD_CROSS_NEW,
|
||||
ConstantExt.MAP_STYLE_VR_ZOOM_VAL_ROAD_CROSS_NEW,
|
||||
ConstantExt.MAP_STYLE_VR_ANGLE_ROAD_CROSS_NEW,
|
||||
-1
|
||||
)
|
||||
}
|
||||
}
|
||||
if(type != ConstantExt.MAP_STYLE_VR_ROAM) {
|
||||
mEventController?.dispatchMapViewVisualAngleChangeListener(type)
|
||||
|
||||
Reference in New Issue
Block a user