Our GIS parcel data contains several occurrences of multiple units (i.e. condos or townhomes) within a single building that are represented by identical polygons stacked on top of each other with each polygon containing their own attributes for that unit. In my Flex application I would like to be able to identify the polygon representing the building and get results for all units within the building - that is one result for each polygon that is stacked on top of each other, similar to how ArcMap shows multiple identify results when more than one feature is identified. Unfortunately, I have not been able to find any options in the identify parameters functions of the API that will allow for this. Currently, when I identify one of these parcels I just get the results for the first polygon that is touched and not the ones underneath them. The simplest solution would be to just create separate smaller polygons within one larger polygon to represent the multiple units within the building, but we do not want to represent our GIS data this way. Does anyone know how to accomplish this ArcMap-like identify behavior through the Flex API?