exclusionArea

Exclusion areas define extent areas where no data will be fetched for a layer.

Referenced by: Tiled Map Service Layer (ArcGISTiledMapServiceLayer)

Properties

Property Details
geometry The geometry defining the area where no data will be fetched. Only extent is supported.
maxScale The zoom level where the exclusion ends.
maxZoom The zoom level where the exclusion ends.
minScale The zoom level where the exclusion starts.
minZoom The zoom level where the exclusion starts.

exclusionArea Example

{
  "minZoom": 14,
  "maxZoom": 15,
  "geometry": {
    "x": 13871520.850500003,
    "y": 3910293.086000003,
    "spatialReference": {
      "wkid": 102100,
      "latestWkid": 3857
    }
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close