Hi,
I have some questiosn about the upcoming release candidate.
1. Will have the ability to have dragablle points/markers?
2. Will it have support for tooltips or baloon pop ups?
Thanks
Hi,
I have some questiosn about the upcoming release candidate.
1. Will have the ability to have dragablle points/markers?
2. Will it have support for tooltips or baloon pop ups?
Thanks
Clint,
If I understand correctly for the first question, you want point/marker can be dragged to anywhere and update the coordinate when mouse up.
You can do this by adding the PointShape into EditOverlay and set property:
winformsMap1.EditOverlay.TrackMode = TrackMode.Edit;
to drag it.
For the second item, I am afraid we won’t support tooltips and popup in the upcoming version. We have added it to our tracking system to make sure we will review and consider these kinds of features before the final release.
Thanks,
ThinkGeo Support