Skip to content

获取当前视点信息返回值

js
CloudApi.SuperAPI("GetViewPoint",params);

功能描述

获取绘制信息

开启监听事件 Monitor

触发 GetViewPoint

在 Monitor 回调函数中 可获取 CallBackType = "GetViewPointData" 的数据

数据描述

返回的数据为 json 格式

json
{
  "CallBackType": "GetViewPointData",
  "Coord": "119.265842,27.043766",
  "Pitch": 30,
  "Yaw"  : 10,
  "ArmDistance":20000
}

参数

js
const params = {
    "CoordType": 0 //0是经纬度,1是世界坐标
}