Hi,
i need to write some text on the map . please help me how to write on the map with pen or anything.
Regards,
Ravi Bokkala.
Hi,
i need to write some text on the map . please help me how to write on the map with pen or anything.
Regards,
Ravi Bokkala.
Hello Ravi,
We don’t have this function, we have wpfMap1.TrackOverlay can let you draw some triangle, circle, rectangle, but we can’t let you writing by a pen.
My suggestion is:
1, Create an new form for the textbox.
2, Write the logic in the WinformsMap_MapClick event, the logic is that the user clicks on the any places of the layer, it will trigger this event and pop up the textbox form. So that the user can type messages.
Regards,
Gary