In v2 I used map.SelectFeatures to identify features selected across multiple layers. This gave me an array of FeatureInfos.
There does not appear to be a similar feature in v4. The only example I have seen (in the how do I samples) uses OnClick to identify a feature in a single layer.
How do I replicate the functionality from v2?
Ultimately I need to present feature info from each of the selected features in a pop up windows.
Cheers
Steve