Hi, I have a map and have two GraphicsLayer on it, each with some graphics on them.
The map has an eventListener and I receive a MapMouseEvent returned when I click on a graphic.
How can I tell which graphicsLayer the item that was clicked on belongs to??
In the MapMouseEvent, there is a private property called 'originalTarget' with a variable graphicsLayer that contains what I am looking for, how do I get this value???
thanks,
steve