Viewpoint.withExtentRotationCamera constructor

Viewpoint.withExtentRotationCamera({
  1. required Geometry targetExtent,
  2. required double rotation,
  3. required Camera camera,
})

Creates a viewpoint with a bounding extent, rotation, and Camera.

Parameters:

  • targetExtent — The geometry to use as the visible area.
  • rotation — The rotation angle in degrees between 0 and 360.
  • camera — A Camera object that defines the observer for the scene.