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).
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.