var popups:ArrayCollection = new ArrayCollection(); for each (var rsltObj:Object in allResults) { var pr:PopUpRenderer = new PopUpRenderer(); var gr:Graphic = (rsltObj as IdResult).graphic; pr.popUpInfo = configurePopUpInfo(...); pr.graphic = gr; popups.addItem(pr); } contentNavigator.dataProvider = popups; map.infoWindow.content = contentNavigator; ...
Nic,Also the map can only display one InfoWidow at a time (ultimately PopUps use the maps info window to display and the map is limited to one info window at a time).
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.