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
}
}
}