Hello,
I've added many layers to a map. Among them is a layer of points representing points of interest. I would like to handle an event (either server or client-side, preferably server side) when one of these points is clicked. Currently the layer is loaded into the DynamicOverlay collection. Specifically I need to know what point was clicked so I can retrieve additional data about that point from a database.
Thanks,
Nick