ITiledMapServiceLayer
An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).
Extends
Properties
Property | Type | Notes |
---|---|---|
"ArcGISTiledMapServiceLayer" |
String indicating the layer type. |
|
Inherited | any |
A unique identifying string for the layer. |
Optional | number | number[] | number |
NOTE: Applicable if used as a baseMapLayer. Integer value(s) indicating the display levels of the basemap layer. Only applicable for TiledMapService layers. All tiled map service layers should share the same tiling scheme. This property cannot be set via the Map Viewer UI. |
Optional | IExclusionArea[] | IExclusionArea |
NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions. |
Optional | any |
This property is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false). |
Optional | any |
Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal. |
Optional | IChildLayer[] | IChildLayer |
An array of layer objects defining a URL for queries and the popup window content. |
Optional | number |
Refresh interval of the layer in minutes. Non-zero value indicates automatic layer refresh at the specified interval. Value of 0 indicates auto refresh is not enabled. |
Optional Inherited | number |
Integer property used to determine the maximum scale at which the layer is displayed. |
Optional Inherited | number |
Integer property used to determine the minimum scale at which the layer is displayed. |
Optional Inherited | string |
Layer name |
Optional Inherited | number |
The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency. |
Optional Inherited | boolean |
Boolean property indicating whether to display in the legend. |
Optional Inherited | string |
A user-friendly string title for the layer that can be used in a table of contents. |
Optional Inherited | string |
Deprecated, use layerType instead. |
Optional Inherited | string |
The URL to the layer. Not applicable to all layer types. |
Optional Inherited | boolean |
Boolean property determining whether the layer is initially visible in the web map. |
Interface defined in packages/arcgis-rest-types/src/webmap.ts:1170