This sample uses the GeoRSSLayer to display a sample GeoRSS feed containing one point and one polygon.
// Point to the rss feed urlconst layer = new GeoRSSLayer({ url: "https://arcgis.github.io/arcgis-samples-javascript/sample-data/layers-georss/sample-georss.xml",});