Orbit Geo Element Camera Controller
Creates an OrbitGeoElementCameraController using a distance to the specified com.arcgismaps.mapping.GeoElement. This camera controller is used to associate camera navigation and movement with com.arcgismaps.mapping.GeoElement objects, such as Graphic, com.arcgismaps.data.Feature, and com.arcgismaps.realtime.DynamicEntity. When the controller is set on the scene view, using SceneView.cameraController, the interaction mode allows the user to rotate around and zoom in and out from the object. For a moving object, the camera will move in synchronization with it and the camera position, heading, pitch and roll will automatically adjust. If the com.arcgismaps.mapping.GeoElement geometry is a polyline or a polygon, the camera will focus on its center point.
Since
200.1.0
Parameters
The com.arcgismaps.mapping.GeoElement that will be the focus of the camera in the scene view.
The distance in meters that the camera will be positioned from the com.arcgismaps.mapping.GeoElement.