Hello,
I have a bunch of InMemoryMarkerOverlay, each with its own Marker (single Feature).
Each of those InMemoryMarkerOverlayhas a popup and a click event (ASP.net server side)
What I need to do is concatenate the popups data and preserve the click event (all layers register the event to the same Method)
I was trying to use the site's example, yet I cannot find a way to access the InMemoryMarkerOverlayfrom the overridden DrawCore method with no success.
Have I missed something?
Is there another way of solving my problem?
Thank you in advance,
Runny