Flyover Scene View Proxy
Used to perform operations on a FlyoverSceneView.
There should be a one-to-one relationship between a FlyoverSceneViewProxy and a FlyoverSceneView. This relationship is established by passing an instance of FlyoverSceneViewProxy to the FlyoverSceneView function. Operations can only be performed once the associated composable FlyoverSceneView has entered the composition. Operations performed when the associated composable FlyoverSceneView is not in the composition will fail gracefully, i.e. won't throw exceptions but won't return a successful result.
Since
200.8.0
Constructors
When instantiating this class from a composable, use rememberFlyoverSceneViewProxy to automatically remember the proxy.
Properties
The horizontal field of view of the FlyoverSceneView in degrees.
The ratio indicates how much the vertical field of view is distorted.
True if continuous panning across the international date line is enabled in the FlyoverSceneView false otherwise. A null value represents that it is currently undetermined.
Functions
Exports an image snapshot of the current FlyoverSceneView.
Retrieve the layer's LayerViewState.
Initiate an Identify operation on the specified layer.
Initiate an Identify operation on the specified graphicsOverlay.
Converts a location in map coordinates to a point in screen coordinates relative to the upper-left corner of the FlyoverSceneView.
Converts a screen coordinate (in pixels) to a point on the base surface of the scene within the FlyoverSceneView's spatial reference.
Asynchronously converts a screen coordinate relative to the upper-left corner of the scene view to a location in map coordinates.
Sets the camera location and heading and resets the AR session to use those values as the camera origin.