Class GlobeCameraController

java.lang.Object
com.esri.arcgisruntime.mapping.view.CameraController
com.esri.arcgisruntime.mapping.view.GlobeCameraController

public final class GlobeCameraController extends CameraController
A camera controller that supports free-form roaming of a scene view's camera around the globe.

The globe camera controller allows the user to position, orientate, and move the scene view's camera around the globe. This is the default camera controller for the SceneView.

Since:
100.1.0
See Also:
  • Constructor Details

    • GlobeCameraController

      public GlobeCameraController()
      Creates a globe camera controller.
      Since:
      100.1.0