Geo View Proxy
    Used to perform operations on a composable MapView or SceneView.
Since
200.4.0
Inheritors
Properties
Functions
Link copied to clipboard
                  Exports an image snapshot of the current composable MapView or SceneView.
Link copied to clipboard
                  Retrieve the layer's LayerViewState.
Link copied to clipboard
                  suspend fun identify(layer: Layer, screenCoordinate: ScreenCoordinate, tolerance: Dp, returnPopupsOnly: Boolean = false, maximumResults: Int? = 1): Result<IdentifyLayerResult>
Initiate an Identify operation on the specified layer.
suspend fun identify(graphicsOverlay: GraphicsOverlay, screenCoordinate: ScreenCoordinate, tolerance: Dp, returnPopupsOnly: Boolean = false, maximumResults: Int? = 1): Result<IdentifyGraphicsOverlayResult>
Initiate an Identify operation on the specified graphicsOverlay.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Animate the geo view's viewpoint to the viewpoint of the bookmark.
Link copied to clipboard
                  Change the geo view to the new viewpoint. The viewpoint is updated instantaneously.
Link copied to clipboard
                  suspend fun setViewpointAnimated(viewpoint: Viewpoint, duration: Duration = 0.25.seconds): Result<Boolean>
Animate the geo view to the new viewpoint, taking the given duration to complete the navigation.