KmlTourWait

new Ditap.KmlTourWait(duration)

Pauses the KmlTour for a given number of seconds.
Name Type Description
duration number entry duration
See:

Methods

play(done)

Play this playlist entry
Name Type Description
done KmlTourWait.DoneCallback function which will be called when playback ends

stop()

Stop execution of curent entry, cancel curent timeout

Type Definitions

Ditap.KmlTourWait.DoneCallback(terminated)

A function which will be called when playback ends.
Name Type Description
terminated boolean true if KmlTourWait#stop was called before entry done playback.