Hi
In my mapview if I load a ArcGISVectorTiledLayer and when I select at any point on that layer then IdentifyLayersAsync always returns 0 items. Here is the sample code where the position is the selected coordinates. It works very well if I select any feature layer in my map view.
var results = View.MainMapView.IdentifyLayersAsync(position, 5, false, 1, _displayPopupCancellationTokenSource.Token);

Any leads would be helpful.
Thanks