获取鼠标位置视点信息返回值
js
CloudApi.SuperAPI("GetMousePoint",params);
功能描述
获取绘制信息
开启监听事件 Monitor
触发 GetMousePoint
在 Monitor 回调函数中 可获取 CallBackType = "GetMousePointData" 的数据
数据描述
返回的数据为 json 格式
json
{
"CallBackType": "GetMousePointData",
"Coord": "119.265842,27.043766",
"Height": "10" //单位:m
}
参数
js
const params = {
"CoordType": 0 //0是经纬度,1是世界坐标
}