isWrapAroundEnabled

True if continuous panning across the international date line is enabled in the GeoView, false otherwise. By default, a GeoView attempts to wrap the ArcGISMap or ArcGISScene across the international date line for a continuous panning user experience. The eastern and western hemispheres wrap to form a continuous map, giving the impression that the map is endless.

Wraparound display is always enabled for a SceneView. It is always disabled for a LocalSceneView.

To disable wraparound behavior for a MapView (or to reenable it), you can set the MapView.wrapAroundMode to the appropriate value. Wraparound can only be applied to a MapView if certain conditions are met, as described in WrapAroundMode.EnabledWhenSupported.

If wraparound is enabled, geometries returned from MapView.visibleArea may have coordinates outside the domain of the spatial reference of the map. Before using such geometries to perform spatial queries, address finding, or as feature geometries in a geodatabase, you must normalize them to lie within the spatial reference domain using GeometryEngine.normalizeCentralMeridian.

Since

200.0.0