I have added multiple geometries of different types - polygon and multipolygons on a graphic layer. Now i want to zoom to the extent of all the geometries. I am using below method :
Hi there,
You can just pass the graphicsLayer.graphics to MapView.goTo. This codepen shows it working: https://codepen.io/U_B_U/pen/gOEqzQO?editors=1000