将 KmlTour 暂停给定的秒数。 Pauses the KmlTour for a given number of seconds.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
duration |
number | 进入持续时间 entry duration |
另见: See:
方法 Methods
播放此播放列表条目 Play this playlist entry
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
done |
KmlTourWait.DoneCallback | 播放结束时将调用的函数 function which will be called when playback ends |
停止执行当前条目,取消当前超时 Stop execution of curent entry, cancel curent timeout
类型定义 Type Definitions
播放结束时将调用的函数。 A function which will be called when playback ends.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
terminated |
boolean |
为真,如果 true if KmlTourWait#stop 在条目完成播放之前调用。 was called before entry done playback. |
