I'm trying to load the Traffic service using the AGSPortalItem
AGSPortalItem(url: URL(string: "http://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer")!)
AGSFeatureLayer(item: portalItem, layerID: 7)
But I got an error on the application when I try to load this layer "Invalid portal item URL."