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: KmlLookAt)
constructor(duration: Double, flyToMode: String, view: KmlCamera)

Functions

Link copied to clipboard
fun getCameraOptions(cameraOptions: Any): Any

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

Link copied to clipboard
fun play(done: DoneCallback, camera: Camera, cameraOptions: Any? = definedExternally)

Play this playlist entry

Link copied to clipboard
fun stop()

Stop execution of curent entry. Cancel camera flyTo