For any arbitrary Map (e.g., new Map({ basemap: “osm” })) or WebMap (e.g., new WebMap({portalitem: { id: “123” }})), I think I see that the “initialExtent” is returned by the MapView’s “extent”.
How can I most aptly acquire the “fullExtent” for the MapView?
Where “initialExtent” and “fullExtent” are analogous to what gets returned from querying a single layer or MapServer (e.g., https://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Dark_Gray_Base/MapServer?f=json).