IGeoRssLayer
Extends
Properties
Property | Type | Notes |
---|---|---|
"GeoRSS" |
String indicating the layer type. |
|
Inherited | any |
A unique identifying string for the layer. |
Optional | ISimpleLineSymbol |
Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have lines, this property is not added to the layer JSON. |
Optional | IPictureMarkerSymbol |
Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have points, this property is not added to the layer JSON. |
Optional | ISimpleFillSymbol |
Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON. |
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 | "GeoRSS" |
Deprecated, please use layerType. |
Optional Inherited | string |
Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal. |
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 |
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:1352