Hi,
is it possible to display a context menu over a feature?
I'm using an InMemoryFeatureLayer combined with ClassBreakStyle to display circles of different sizes over cities to represent specific data loaded from a SQL 2008 database. I would like to add a context menu on these circles to perform further operations.
I'm considering on using different InMemoryMarkerOverlays (which support context menus), one for each circles size, but I think it's a heavier solution than the previous one.
Thanks in advance
Fabio