跳到主要内容

获取相机参数

获取相机的位置、旋转角。

代码示例
mapmostUE.getCameraParameters(function(response) {
let {location, rotation} = response
});
效果
show