KmlTourWait

new Cesium.KmlTourWait(duration)

Pauses the KmlTour for a given number of seconds.
参数名称 类型 描述信息
duration number entry duration
参考:

方法

Play this playlist entry
参数名称 类型 描述信息
done KmlTourWait.DoneCallback function which will be called when playback ends
Stop execution of curent entry, cancel curent timeout

定义的类型

Cesium.KmlTourWait.DoneCallback(terminated)

A function which will be called when playback ends.
参数名称 类型 描述信息
terminated boolean true if KmlTourWait#stop was called before entry done playback.