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

穿精又带淫゛_ 提交于 2021-01-28 04:55:22

问题


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.


回答1:


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

MainGMap.ShowCenter = false;


来源:https://stackoverflow.com/questions/19608491/how-to-remove-the-plus-sign-displayed-on-gmap-centre-location

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!