Hi Thinkgeo,
I want to take make use of InMemoryMarkerOverlay (instead of SimplerMarkerOverlay) to do folllowing
1) Each feature in InMemoryMarkerOverlay should be displayed separate image.
Thiis I am able to achieve by defining a class dervied from PointMarkerStyle or MarkerStyle and overriding the method GetMarkers() and then set CustomMarkerStyle property on the zoom level. However I am not able to get the popup to display (which was set markers in the GetMarkers method) as per requirement 2. Am I missing something? Do I need to use Javascript to hide/show popup on "mouseover" event on a marker?
2) On Mouse hover on a marker, data (retrieved from columns) needs to be displayed in a popup.
Regards,
Anil