elevate method

Camera elevate({
  1. required double deltaAltitude,
})

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

Parameters:

  • deltaAltitude — The altitude delta to apply to the output camera.

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