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).
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.