analysis Overlays
A collection of analysis overlays that render the analysis results on the view.
Dynamic analyses generate visual results that are rendered on the GeoView. To display the results, add the com.arcgismaps.analysis.interactive.Analysis to a collection of AnalysisOverlay.analyses and then add the AnalysisOverlay to the collection of GeoView.analysisOverlays.
Some analyses, such as com.arcgismaps.analysis.interactive.ExploratoryLineOfSight and com.arcgismaps.analysis.interactive.ExploratoryViewshed, are 3D only. If added to MapView, these analyses won't be displayed and an error will be reported using the AnalysisViewStatus of the corresponding analysis. You can see the status of an analysis within a view with GeoView.getAnalysisViewStatus.
Note that the GeoView.analysisOverlays collection can be empty but is never null. It's created for a specific GeoView so you can't reuse an AnalysisOverlay collection from another GeoView. Each AnalysisOverlay can only exist in one GeoView.analysisOverlays collection.
This property is not supported on LocalSceneView.
Since
300.0.0, available on SceneView since 200.1.0