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).
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.