Displaying multiple popups at once.

2734
1
08-28-2014 06:09 AM
HoustonRudy
New Contributor

I've just started working with Flex and building a custom map.  One of the things that I would like to accomplish is for the user to be able to display multiple popups at once for a layer.  For example, click on a point display the popup window.  Then click on a second point and display the information for that point at the same time.  Right now, I'm only able to display one popup at a time.  Is there a way to set how many can viewed at a given time?

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Rudy,

   No the maps popup window is a Singleton component, meaning you can only have one. You can use the infoSymbol as the layers symbology type as in this sample: View InfoSymbols—ArcGIS API for Flex | ArcGIS for Developers

0 Kudos