Class: TrajectoryMotion

TrajectoryMotion


new TrajectoryMotion(options, _Dialog)

轨迹运动
Parameters:
Name Type Description
options object
Properties
Name Type Description
model object 模型参数
Properties
Name Type Default Description
show boolean true 模型显隐
url url 模型地址
pixelSize number 模型像素大小
scale number 模型比例
line object 路径参数
Properties
Name Type Default Description
show boolean true 路径显隐
positions Array.<object> 经纬度和高度的列表,值交替 [{lon,lat,alt},...]
_Dialog object 弹框事件
Properties
Name Type Description
confirmCallBack function 弹框确认时的回调