Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove the plus sign (+) displayed on GMap centre location?

Tags:

c#

gmap.net

I'm using GMap.NET map control to display maps on my Windows Forms application. I recently upgraded to GMap.NET build "09991dd06609".

After upgrading to the latest build, I'm getting the plus sign (+) on the centre of the map. I would like to remove that sign.

I have gone through all the GMap.NET control properties but I could not find any property to remove it.

When I was using the older build I was not getting the plus sign.

like image 217
Sudhakar Tillapudi Avatar asked Jan 18 '26 05:01

Sudhakar Tillapudi


1 Answers

After some research I found the answer. I have used the following statement to remove the plus sign(+) in GMap.NET:

MainGMap.ShowCenter = false;
like image 64
Sudhakar Tillapudi Avatar answered Jan 20 '26 17:01

Sudhakar Tillapudi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!