I was working on an iOS app that displays GIS data in real-time AR layers, similar to the one shown in the image. I am already using the ArcGIS Runtime SDK to display the GIS data on a 2D map. However, I’ve been unable to find adequate documentation on how to achieve this at a global scale in AR using the Runtime SDK. While the ArcGIS documentation mentions features like “Visualizing hidden infrastructure, such as sewers, water mains, and telecom conduits,” I haven’t found a clear guide for implementing this in AR. In the image polygon is drawn based on GIS Data
Creating Polygon Geometry(AGSPolygon), Applying a Symbol(AGSSimpleFillSymbol), Adding Graphic to Overlay(AGSGraphicsOverlay) Finally, am adding the AGSGraphicsOverlay to the sceneView for visualization.
Nvsraju 8989 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.