KmlTourFlyTo

external class KmlTourFlyTo(duration: Double, flyToMode: String, view: KmlCamera)(source)

Transitions the KmlTour to the next destination. This transition is facilitated using a specified flyToMode over a given number of seconds.

Parameters

duration

entry duration

flyToMode

KML fly to mode: bounce, smooth, etc

view

KmlCamera or KmlLookAt

See also

Constructors

Link copied to clipboard
constructor(duration: Double, flyToMode: String, view: KmlCamera)
constructor(duration: Double, flyToMode: String, view: KmlLookAt)

Functions

Link copied to clipboard
fun getCameraOptions(cameraOptions: ERROR CLASS: Symbol not found for JsAny): ERROR CLASS: Symbol not found for JsAny

Returns options for Camera.flyTo or Camera.flyToBoundingSphere depends on this.view type.

Link copied to clipboard
fun play(done: DoneCallback, camera: Camera, cameraOptions: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)

Play this playlist entry

Link copied to clipboard
fun stop()

Stop execution of curent entry. Cancel camera flyTo