Howard et co:
One of my use cases is the ability to add labels onto the map manually. I have figured out how to add labels with values tied to data attributes using custom styles and that works well.
What I need is the ability to click onto any point on the map and add a label. Also, one should be able to edit this label as well as drag it around the map. So, I started with the UseDraggableMarker sample.
I have created a SimpleMarkerOverlay. If i add a textblock or image, or any content that cannot be edited, i can drag this marker around. However, if my marker is a textbox, which is what i need or some text editing control, I cannot drag it around. Any pointers?
TIA.
Klaus