三维地图绕点飞行插件类
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
对象具有以下属性:
|
Example:
// 初始化控件.
var flyaround = new Cesium.GeoAroundFly({
viewer:viewer,
speed: 0.1,
isFlying: false
});
flyaround.play();
flyaround.pause();
flyaround.continue();
flyaround.stop();
Demo:
Members
环绕飞行的中心点地理坐标。
离中心点的水平距离。
航向角,以角度表示。
高度。
是否飞行。
-
Default Value:
false
倾角,以角度表示。
滚动角,以角度表示。
旋转速度。
Methods
继续飞行
销毁。
暂停飞行
绕点飞行:根据中心点和距离进行绕点飞行
Name | Type | Description |
---|---|---|
distance |
Number | 距离中心点的水平距离. |
center |
Array | [lon, lat, height]中心点坐标. |
重置
设置相机的偏航角
Name | Type | Description |
---|---|---|
heading |
Number | 偏航角,单位(度),范围[0, 360] |
设置相机的俯仰角
Name | Type | Description |
---|---|---|
pitch |
Number | 俯仰角,单位(度),范围[-90, 0],-90度时处于正射视角,0度时处于水平状态 |
结束飞行