elevate method

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

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

Parameters:

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

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