Hello,
The picture of AGSPictureMarkerSymbol is getting very big if we zoom in in these conditions :
sceneView.scene?.baseSurface?.elevationSources.append(AGSArcGISTiledElevationSource(url: URL(string: "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer")!))
sceneView.scene?.baseSurface?.isEnabled = true
graphicsOverlay.sceneProperties?.surfacePlacement = .drapedFlat
If I change any of these values, the zoom is fixed.
You'll find attached below a sample project with the problem.
Thank you,