添加自定义路径漫游点返回值
js
CloudApi.SuperAPI("AddCusBrowsesPathPoint");
功能描述
获取绘制信息
开启监听事件 Monitor
触发 AddCusBrowsesPathPoint
在 Monitor 回调函数中 可获取 CallBackType = "ResViewPoint" 的数据
数据描述
返回的数据为 json 格式
js
{
"CallBackType": "ResViewPoint",
"Index": "1"//漫游点索引
"Name": "西路口",//漫游点名称
"DriverTime": "1",//漫游行驶时间
"StopTime": "1",//漫游停留时间
"RoaTime": "0.5",//漫游点旋转时间
}