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