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

Referenced by: Tiled Map Service Layer (ArcGISTiledMapServiceLayer)

Properties

PropertyDetails
geometryThe geometry defining the area where no data will be fetched. Only extent is supported.
maxScaleThe zoom level where the exclusion ends.
maxZoomThe zoom level where the exclusion ends.
minScaleThe zoom level where the exclusion starts.
minZoomThe zoom level where the exclusion starts.

exclusionArea Example

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