Hello, I'm struggling a little here.
I'm trying obtain the list of features from mixed feature layers and display all the results in a ESRI popup widget (with carosel) similar to how this map identify works: Edit fiddle - JSFiddle
The example above is using an early version of the JS API so trying to figure out the new API equivalent is proving a bit tricky. Any ideas? Thank you very much.
Chris,
What do you have so far? Using the latest release all you do is use the map.infoWindow.setFeatures([your array of features]);
I'm working on a version of this for 4.x, but I'm not quite there yet. I'm using this example as a starting point.