KmlTourFlyTo

new Cesium.KmlTourFlyTo(duration, flyToMode, view)

Transitions the KmlTour to the next destination. This transition is facilitated using a specified flyToMode over a given number of seconds.
Name Type Description
duration number entry duration
flyToMode string KML fly to mode: bounce, smooth, etc
view KmlCamera | KmlLookAt KmlCamera or KmlLookAt
See:

Methods

getCameraOptions(cameraOptions)object

Returns options for Camera#flyTo or Camera#flyToBoundingSphere depends on this.view type.
Name Type Description
cameraOptions object options to merge with generated. See Camera#flyTo
Returns:

play(done, camera, cameraOptions)

Play this playlist entry
Name Type Description
done KmlTourFlyTo.DoneCallback function which will be called when playback ends
camera Camera Cesium camera
cameraOptions object optional which will be merged with camera flyTo options. See Camera#flyTo
Stop execution of curent entry. Cancel camera flyTo

Type Definitions

Cesium.KmlTourFlyTo.DoneCallback(terminated)

A function that will be executed when the flight completes.
Name Type Description
terminated boolean true if KmlTourFlyTo#stop was called before entry done playback.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.