Skip to content

CameraFlyTo

CameraFlyTo is a kind of operation of the camera.

When it is mounted, camera.flyTo(options) will be execute.

If any property is changed, the current camera flight will be canceled and a new one is executed.

See also: Camera#flyTo

Inside Viewer or CesiumWidget components.

PropertyTypeDescription
destinationCartesian3 | Rectangle
orientationany
durationnumber | undefined
endTransformMatrix4 | undefined
maximumHeightnumber | undefined
pitchAdjustHeightnumber | undefined
flyOverLongitudenumber | undefined
flyOverLongitudeWeightnumber | undefined
convertboolean | undefined
easingFunctionCallback | undefined
onCompleteFlightCompleteCallback | undefined
onCancelFlightCancelledCallback | undefined
cancelFlightOnUnmountboolean | undefinedIf true, cancel camera flight if this component is unmounted. Default value is false.
onceboolean | undefinedIf true, camera flight will be executed only once time.