Hi
Could you please assist with how we can fetch legends from the Map Tiles service?
Below is the sample code, we have consumed the tile by URL which is rendered successfully to the map view.
ArcGISTiledLayer layer = new ArcGISTiledLayer(new Uri(LayerUrl)) ;
await baseLayer.LoadAsync();
var legends = layer.GetLegendInfosAsync();
However, GetLegendInfosAsync() does not return the legend associated with the tile service.

Thanks 🙂 in advance