DoneCallback

typealias DoneCallback = (terminated: Boolean) -> Unit(source)

A function that will be executed when the flight completes.

Parameters

terminated

true if KmlTourFlyTo.stop was called before entry done playback.

See also