elevate

fun elevate(deltaAltitude: Double): Camera

Creates a copy of the camera with the change in altitude applied.

Return

A copy of the camera with an elevation delta adjusted by the parameter delta_altitude.

Since

200.1.0

Parameters

deltaAltitude

The altitude delta to apply to the output camera.

See also

Throws